fix: resolve mypy duplicate module error in test fixtures
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
run: ruff check depnav/ tests/
|
run: ruff check depnav/ tests/
|
||||||
|
|
||||||
- name: Run type checking
|
- name: Run type checking
|
||||||
run: mypy depnav/
|
run: mypy depnav/src/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: test
|
needs: test
|
||||||
|
|||||||
Reference in New Issue
Block a user