Skip to content

Commit e5ced1c

Browse files
committed
Add more rule exceptions
I'm unsure why these don't show up locally on the same Pyright version. They were flagged by CI so I'm adding them to the list from the previous commit.
1 parent 491c868 commit e5ced1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyrightconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
1515
"reportCallIssue": false,
1616
"reportGeneralTypeIssues": false,
1717
"reportIncompatibleMethodOverride": false,
18+
"reportMissingImports": false,
1819
"reportMissingModuleSource": false,
1920
"reportOperatorIssue": false,
2021
"reportOptionalIterable": false,
2122
"reportOptionalMemberAccess": false,
2223
"reportOptionalOperand": false,
2324
"reportOptionalSubscript": false,
2425
"reportPossiblyUnboundVariable": false,
26+
"reportPrivateImportUsage": false,
2527
"reportSelfClsParameterName": false,
2628
"reportUndefinedVariable": false,
2729
"reportUnusedExpression": false,

0 commit comments

Comments
 (0)