Skip to content

Commit

Permalink
Run mypy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Nov 22, 2023
1 parent 0833e0a commit 459a895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ jobs:
rm -rf micall/tests/microtest/scratch
python -m pip install codecov
codecov
- name: Run type checker
run: mypy
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
-r requirements-watcher.txt
# Used for plotting profiling results.
gprof2dot==2022.7.29
mypy==1.7.0
mypy-extensions==1.0.0

0 comments on commit 459a895

Please sign in to comment.