Skip to content

Commit a6018f9

Browse files
committed
fix: revert pyright to 1.1.347 (1.1.407 too strict, breaks existing tests)
- Pyright 1.1.407 caught type errors in existing code - Keeping 1.1.347 for stability across all Python versions
1 parent cf605ca commit a6018f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dev = [
7474
# linting
7575
"pre-commit >= 3.3.0, < 4.0.0",
7676
"pylint == 4.0.3",
77-
"pyright ==1.1.407",
77+
"pyright ==1.1.347",
7878
# notebooks tests
7979
"nbformat",
8080
"nbconvert",

0 commit comments

Comments
 (0)