Skip to content

Commit

Permalink
Update pyrightconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 23, 2024
1 parent 737732e commit af956d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"reportOptionalSubscript": "warning",
// Needs fixes in types-pywin32 and requires Python 3.8 to annotate ambiguous global variables
"reportUnnecessaryComparison": "warning",
// TODO: Leave Undefined to its own PR(s)
"reportUndefinedVariable": "warning",
// Too many dynamically generated modules. This will require type stubs to properly fix.
"reportMissingImports": "warning",
// IDEM, but happens when pywin32 is not in site-packages but module is found from typeshed.
Expand Down

0 comments on commit af956d2

Please sign in to comment.