From b650c746d4a6e2000353955718582e1c987e913c Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 26 Jul 2026 11:51:09 +0000 Subject: [PATCH] Update cookiecutter --- pulp-glue-workflow/pyproject.toml | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) 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]