Skip to content

Commit

Permalink
chore: fix pyright complaining about examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kkiani committed Oct 4, 2024
1 parent b9f8aed commit b66f790
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 .
python -m pyright ./src
python -m pytest -vv

0 comments on commit b66f790

Please sign in to comment.