Skip to content
Snippets Groups Projects

Update pyproject.toml

Merged Aleksolotl requested to merge check/update-pyproject-toml into master
+ 0
7
@@ -76,13 +76,6 @@ section-order = ["future", "standard-library", "django", "third-party", "first-p
[tool.ruff.lint.isort.sections]
django = ["django"]
[tool.ruff.isort]
known-first-party = ["aleksis"]
section-order = ["future", "standard-library", "django", "third-party", "first-party", "local-folder"]
[tool.ruff.isort.sections]
django = ["django"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Loading