Skip to content

Commit

Permalink
Add --install-types flag for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyizheng02 committed Jan 14, 2025
1 parent 34873d0 commit 0dc4788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Format with black
run: black --line-length=127 --check --diff .
- name: Type check with mypy
run: mypy --ignore-missing-imports --strict pittapi/
run: mypy --install-types --ignore-missing-imports --strict pittapi/
- name: Run all tests with pytest
run: pytest --cov=pittapi tests/

0 comments on commit 0dc4788

Please sign in to comment.