Skip to content

Commit 022d43a

Browse files
committed
Disallow pyright==1.1.354 until microsoft/pyright#7489 is fixed.
1 parent 685e34c commit 022d43a

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
@@ -97,7 +97,7 @@ def typing(session):
9797
"""
9898
Check static typing.
9999
"""
100-
session.install("pyright", ROOT)
100+
session.install("pyright!=1.1.354", ROOT)
101101
session.run("pyright", *session.posargs, REFERENCING)
102102

103103

0 commit comments

Comments
 (0)