diff --git a/pulp-glue-ostree/pyproject.toml b/pulp-glue-ostree/pyproject.toml index cb5c94e..880ecd6 100644 --- a/pulp-glue-ostree/pyproject.toml +++ b/pulp-glue-ostree/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 0a62974..f151670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,3 +193,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"] + +