Skip to content

Commit c0b176f

Browse files
committed
Whatever pyright regression was present is still present.
So pin from above until we are bored enough to look into it.
1 parent 97f4dc5 commit c0b176f

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!=1.1.354", ROOT)
100+
session.install("pyright<1.1.354", ROOT)
101101
session.run("pyright", *session.posargs, REFERENCING)
102102

103103

0 commit comments

Comments
 (0)