Skip to content

Commit

Permalink
Remove reportArgumentType
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Mar 20, 2024
1 parent 7f419f2 commit 161e3cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ reportInvalidTypeVarUse = "none"
# reportUnknownVariableType = "warning" # -> raises warnings
# reportUnknownArgumentType = "warning" # -> raises warnings
reportGeneralTypeIssues = "none" # -> commented out raises 489 errors
reportArgumentType = "none"
reportUntypedFunctionDecorator = "none" # -> pytest.mark.parameterize issues

reportOptionalMemberAccess = "none" # -> commented out raises warnings
Expand Down

0 comments on commit 161e3cc

Please sign in to comment.