chore(lint): zero out seven more purely local basedpyright rules

This commit is contained in:
mateo-berri 2026-08-05 01:31:09 -07:00
parent 98d4f9151c
commit 021b52527b

View file

@ -18,7 +18,7 @@
"limit": 40
},
"reportDeprecated": {
"limit": 325
"limit": 220
},
"reportDuplicateImport": {
"limit": 24
@ -27,19 +27,19 @@
"limit": 9473
},
"reportFunctionMemberAccess": {
"limit": 11
"limit": 7
},
"reportGeneralTypeIssues": {
"limit": 227
},
"reportIncompatibleMethodOverride": {
"limit": 77
"limit": 56
},
"reportIncompatibleVariableOverride": {
"limit": 12
"limit": 8
},
"reportInconsistentOverload": {
"limit": 18
"limit": 12
},
"reportIndexIssue": {
"limit": 35
@ -48,7 +48,7 @@
"limit": 35
},
"reportInvalidTypeVarUse": {
"limit": 5
"limit": 2
},
"reportMatchNotExhaustive": {
"limit": 0
@ -84,7 +84,7 @@
"limit": 56
},
"reportPrivateUsage": {
"limit": 2436
"limit": 1830
},
"reportRedeclaration": {
"limit": 8