Skip to content

Commit

Permalink
Fix oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Sep 26, 2024
1 parent 33ab171 commit d3ead3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ def verify_types(session: nox.Session) -> None:
"""Verify the "type completeness" of types exported by the library using pyright."""
session.run(
*UV_RUN,
"typecheck",
"--extra",
"all",
"typecheck",
"pyright",
"--verifytypes",
PACKAGE,
Expand Down

0 comments on commit d3ead3e

Please sign in to comment.