Skip to content

Commit

Permalink
chore: running mypy on tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kkiani committed Oct 7, 2024
1 parent 1a4baa5 commit d8af4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -euo pipefail

python -m mypy ./src
python -m pyright ./src
python -m mypy ./tests
python -m pytest -vv

0 comments on commit d8af4be

Please sign in to comment.