Skip to content

Commit

Permalink
Add mypy to GH Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyizheng02 committed Jan 14, 2025
1 parent 54900d6 commit 5a5e6ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Format with black
run: black --line-length=127 --check --diff .
- name: Type check with mypy
run: mypy --ignore-missing-imports --strict pittapi/
- name: Run all tests with pytest
run: pytest --cov=pittapi tests/

0 comments on commit 5a5e6ec

Please sign in to comment.