Add mypy checks

This commit is contained in:
c-bata
2020-10-27 03:01:40 +09:00
parent 7bcee94878
commit b2038f17cc
3 changed files with 11 additions and 9 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
pip install --progress-bar off .[lint]
- run: flake8 . --show-source
- run: black --check .
- run: mypy .
test:
runs-on: ubuntu-latest
steps: