Skip to content

Commit

Permalink
Install package for verify types (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Nov 27, 2024
1 parent 28c9059 commit 1e71494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def verify_types(session: nox.Session) -> None:
# TODO: is installing . necessary here?
# https://github.com/pypa/pip/issues/10362
_install_deps(session, "type-checking")
session.install("--no-deps", ".")
_run_pyright(session, "--verifytypes", project_name, "--ignoreexternal")


Expand Down

0 comments on commit 1e71494

Please sign in to comment.