diff --git a/pulp-glue-workflow/pyproject.toml b/pulp-glue-workflow/pyproject.toml index fa8c684..223e258 100644 --- a/pulp-glue-workflow/pyproject.toml +++ b/pulp-glue-workflow/pyproject.toml @@ -46,6 +46,7 @@ line-length = 100 [tool.ruff.lint] # This section is managed by the cookiecutter templates. +select = ["E4", "E7", "E9", "F"] extend-select = ["I", "INT", "PTH"] diff --git a/pyproject.toml b/pyproject.toml index 390f9de..549bcd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -187,6 +187,7 @@ line-length = 100 [tool.ruff.lint] # This section is managed by the cookiecutter templates. +select = ["E4", "E7", "E9", "F"] extend-select = ["I", "INT", "PTH"] [tool.ruff.lint.isort]