Skip to content

Commit

Permalink
Add more rule exceptions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
victorlin committed May 17, 2024
1 parent 491c868 commit e5ced1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
"reportCallIssue": false,
"reportGeneralTypeIssues": false,
"reportIncompatibleMethodOverride": false,
"reportMissingImports": false,
"reportMissingModuleSource": false,
"reportOperatorIssue": false,
"reportOptionalIterable": false,
"reportOptionalMemberAccess": false,
"reportOptionalOperand": false,
"reportOptionalSubscript": false,
"reportPossiblyUnboundVariable": false,
"reportPrivateImportUsage": false,
"reportSelfClsParameterName": false,
"reportUndefinedVariable": false,
"reportUnusedExpression": false,
Expand Down

0 comments on commit e5ced1c

Please sign in to comment.