Skip to content

Commit

Permalink
enable pyright.reportUntypedFunctionDecorator (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Jul 9, 2023
1 parent 67f023b commit dd82aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ reportInvalidTypeVarUse = "none"
# reportUnknownVariableType = "warning" # -> raises 2585 warnings
# reportUnknownArgumentType = "warning" # -> raises 2104 warnings
reportGeneralTypeIssues = "none" # -> commented out raises 489 errors
reportUntypedFunctionDecorator = "none" # -> pytest.mark.parameterize issues
# reportUntypedFunctionDecorator = "none" # -> pytest.mark.parameterize issues

reportPrivateUsage = "warning"
reportUnboundVariable = "warning"
Expand Down

0 comments on commit dd82aff

Please sign in to comment.