We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6146a3 commit 4afc0d5Copy full SHA for 4afc0d5
1 file changed
noxfile.py
@@ -98,7 +98,7 @@ def typing(session):
98
Check static typing.
99
"""
100
session.install("pyright", ROOT)
101
- session.run("pyright", REFERENCING)
+ session.run("pyright", *session.posargs, REFERENCING)
102
103
104
@session(tags=["docs"])
0 commit comments