fix: mypy command

This commit is contained in:
eggplants
2022-02-04 04:30:54 +09:00
parent e8b8bf853d
commit e604ad97d4
2 changed files with 1 additions and 1 deletions

View File

@@ -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
View File