Skip to content

Commit bdf9718

Browse files
authored
chore(pyright): Pin pyright version to 1.1.369 to avoid CI failures (#1493)
1 parent 83568a2 commit bdf9718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dev =
108108
flake8-bugbear>=23.2.13
109109
isort>=5.10.1
110110
libsass>=0.23.0
111-
pyright>=1.1.367
111+
pyright==1.1.369 # Future version: >=1.1.371;
112112
pre-commit>=2.15.0
113113
wheel
114114
matplotlib

0 commit comments

Comments
 (0)