diff --git a/pyproject.toml b/pyproject.toml index d9e612eb..1a4560d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,6 @@ reportUnknownLambdaType = false # consider enabling reportMissingTypeStubs = "information" # consider bumping to warning/error reportUninitializedInstanceVariable = false # until https://github.com/DetachHead/basedpyright/issues/491 reportMissingParameterType = false # ruff's flake8-annotations (ANN) already covers this + gives us more control -reportMissingSuperCall = false # likely will be enabled [tool.ruff]