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"] + +