Skip to content

Commit

Permalink
Enable reportUnknownLambdaType
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jul 13, 2024
1 parent e9d63f7 commit 7fa69fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ reportAny = false
reportImplicitStringConcatenation = false
reportUnreachable = "information"
reportMissingTypeStubs = "information" # consider bumping to warning/error
reportUnknownLambdaType = false # consider enabling
reportUninitializedInstanceVariable = false # until https://github.com/DetachHead/basedpyright/issues/491
reportMissingParameterType = false # ruff's flake8-annotations (ANN) already covers this + gives us more control

Expand Down

0 comments on commit 7fa69fc

Please sign in to comment.