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
|
black . --check --diff
|
||||||
- name: Static type test with mypy
|
- name: Static type test with mypy
|
||||||
run: |
|
run: |
|
||||||
mypy
|
mypy -p waybackpy -p tests
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Reference in New Issue
Block a user