Skip to content

Commit 10304cc

Browse files
committed
Update cookiecutter
1 parent 67d845f commit 10304cc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

pulp-glue-gem/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ module = [
5757
]
5858
ignore_missing_imports = true
5959

60-
6160
[tool.ruff]
6261
# This section is managed by the cookiecutter templates.
6362
line-length = 100

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,9 @@ extend-exclude = ["cookiecutter"]
193193
# This section is managed by the cookiecutter templates.
194194
extend-select = ["I"]
195195

196+
[tool.ruff.lint.isort]
197+
# This section is managed by the cookiecutter templates.
198+
sections = { second-party = ["pulp_glue"] }
199+
section-order = ["future", "standard-library", "third-party", "second-party", "first-party", "local-folder"]
200+
196201

0 commit comments

Comments
 (0)