Skip to content

Commit f18bf82

Browse files
committed
fix: revert pyright upgrade to avoid new type errors
Revert pyright from 1.1.407 back to 1.1.347 because the newer version introduced 30+ new strict type checking errors that would require extensive codebase changes to fix. Keep the other dependency upgrades: - vulture: 2.11 → 2.14 ✅ - dead: 1.5.2 → 2.1.0 ✅ The pyright upgrade can be done separately once the type issues are addressed in the codebase.
1 parent 2b7fe1f commit f18bf82

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
@@ -72,7 +72,7 @@ dev = [
7272
# linting
7373
"pre-commit >= 3.3.0, < 4.0.0",
7474
"pylint == 4.0.3",
75-
"pyright ==1.1.407",
75+
"pyright ==1.1.347",
7676
# notebooks tests
7777
"nbformat",
7878
"nbconvert",

0 commit comments

Comments
 (0)