Skip to content

Commit

Permalink
chore(tox): Type check with pyright as well
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 9, 2024
1 parent 3a6a535 commit 134183f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ description = Check type consistency
labels = check
deps =
mypy
pyright
importlib_resources
skip_install = true
commands =
mypy --strict src tests
pyright src tests

[testenv:build{,-strict}]
labels =
Expand Down

0 comments on commit 134183f

Please sign in to comment.