fix: mypy command
This commit is contained in:
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
black . --check --diff
|
||||
- name: Static type test with mypy
|
||||
run: |
|
||||
mypy
|
||||
mypy -p waybackpy -p tests
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pytest
|
||||
|
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Reference in New Issue
Block a user