diff --git a/pyproject.toml b/pyproject.toml index cd077647..23f60e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,5 @@ line-length = 100 extend-exclude = ["templates"] [tool.ruff.lint] +select = ["E4", "E7", "E9", "F"] extend-select = ["I"] diff --git a/templates/github/pyproject.toml.tool.j2 b/templates/github/pyproject.toml.tool.j2 index feab7559..4dc3b994 100644 --- a/templates/github/pyproject.toml.tool.j2 +++ b/templates/github/pyproject.toml.tool.j2 @@ -68,6 +68,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",