Skip to content

Commit

Permalink
add pyright.reportUnboundVariable="warning" option
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Dec 26, 2023
1 parent e04090d commit c08d96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ enableTypeIgnoreComments = true

# This is required as the CI pre-commit does not download the module (i.e. numpy)
# Therefore, we have to ignore missing imports

reportMissingImports = "none"
reportUnboundVariable = "warning"

reportGeneralTypeIssues = "none" # -> commented out raises 489 errors

0 comments on commit c08d96a

Please sign in to comment.