diff --git a/pyproject.toml b/pyproject.toml index 76a43ecec..6fe695fa0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,6 +146,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",