Skip to content

Commit

Permalink
Enable reportMissingSuperCall
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jul 13, 2024
1 parent 489c1c5 commit 2a350b8
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 @@ -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]
Expand Down

0 comments on commit 2a350b8

Please sign in to comment.