Skip to content

Commit

Permalink
Add flag for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 10, 2021
1 parent 1464df3 commit e1a68c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run code style checking
run: flake8
- name: Run static type checking
run: mypy forest
run: mypy -p forest
- name: Run legacy tests
run: python -m unittest tests/imports.py
- name: Run pytest suite
Expand Down

0 comments on commit e1a68c8

Please sign in to comment.