Commit f18bf82
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments