chore(lint): zero out basedpyright headroom for purely local rules

This commit is contained in:
mateo-berri 2026-08-04 14:20:55 -07:00
parent 8445cf158b
commit 98d4f9151c

View file

@ -15,13 +15,13 @@
"limit": 123
},
"reportConstantRedefinition": {
"limit": 59
"limit": 40
},
"reportDeprecated": {
"limit": 325
},
"reportDuplicateImport": {
"limit": 38
"limit": 24
},
"reportExplicitAny": {
"limit": 9473
@ -81,13 +81,13 @@
"limit": 0
},
"reportPossiblyUnboundVariable": {
"limit": 77
"limit": 56
},
"reportPrivateUsage": {
"limit": 2436
},
"reportRedeclaration": {
"limit": 12
"limit": 8
},
"reportReturnType": {
"limit": 219
@ -114,16 +114,16 @@
"limit": 31978
},
"reportUnnecessaryCast": {
"limit": 173
"limit": 124
},
"reportUnnecessaryComparison": {
"limit": 1017
"limit": 703
},
"reportUnnecessaryContains": {
"limit": 7
"limit": 5
},
"reportUnnecessaryIsInstance": {
"limit": 1203
"limit": 866
},
"reportUntypedBaseClass": {
"limit": 165
@ -132,15 +132,15 @@
"limit": 33
},
"reportUnusedClass": {
"limit": 33
"limit": 23
},
"reportUnusedFunction": {
"limit": 204
"limit": 139
},
"reportUnusedImport": {
"limit": 1003
"limit": 588
},
"reportUnusedVariable": {
"limit": 1297
"limit": 147
}
}