Skip to content

Commit

Permalink
Update pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Mar 20, 2024
1 parent 161e3cc commit 5d3cff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ reportPrivateImportUsage = "warning" # -> this raises warnings because we use no

reportPrivateUsage = "warning"
reportUnboundVariable = "warning"
reportCallIssue = "warning"
reportAttributeAccessIssue = "warning"

[tool.pytest.ini_options]
filterwarnings = ['ignore:.*The environment .* is out of date.*']
Expand Down

0 comments on commit 5d3cff1

Please sign in to comment.