Skip to content

Commit

Permalink
free mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzvonkov committed Dec 22, 2023
1 parent 211bcd9 commit a1e6113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: python -m flake8 .
- name: mypy
run: |
python -m mypy --install-types
python -m mypy openmapflow
python -m mypy tests
python -m mypy buildings-example/*.py
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
black==22.8.0
isort
flake8
mypy==0.812
mypy
torchserve

0 comments on commit a1e6113

Please sign in to comment.