Skip to content

Commit 4afc0d5

Browse files
committed
Pass posargs through to pyright in the typing noxenv.
1 parent c6146a3 commit 4afc0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def typing(session):
9898
Check static typing.
9999
"""
100100
session.install("pyright", ROOT)
101-
session.run("pyright", REFERENCING)
101+
session.run("pyright", *session.posargs, REFERENCING)
102102

103103

104104
@session(tags=["docs"])

0 commit comments

Comments
 (0)