diff --git a/pyproject.toml b/pyproject.toml index 2a86c6da..48f726aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,6 +138,7 @@ extend-exclude = [ [tool.ruff.lint] # This section is managed by the plugin template. Do not edit manually. +select = ["E4", "E7", "E9", "F"] extend-select = [ "I", "INT",