From 59c1ebb84125b5a8c6f56deb7112dd33bc9ade70 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 18 Jan 2026 09:37:31 +0000 Subject: [PATCH] Update cookiecutter --- pulp-glue-deb/pyproject.toml | 1 - pyproject.toml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pulp-glue-deb/pyproject.toml b/pulp-glue-deb/pyproject.toml index 3e76324..1525116 100644 --- a/pulp-glue-deb/pyproject.toml +++ b/pulp-glue-deb/pyproject.toml @@ -57,7 +57,6 @@ module = [ ] ignore_missing_imports = true - [tool.ruff] # This section is managed by the cookiecutter templates. line-length = 100 diff --git a/pyproject.toml b/pyproject.toml index 9f0fd11..6fbcff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,3 +199,9 @@ extend-exclude = ["cookiecutter"] # This section is managed by the cookiecutter templates. extend-select = ["I"] +[tool.ruff.lint.isort] +# This section is managed by the cookiecutter templates. +sections = { second-party = ["pulp_glue"] } +section-order = ["future", "standard-library", "third-party", "second-party", "first-party", "local-folder"] + +