diff --git a/pyproject.toml b/pyproject.toml index 19c364acb4665b1538872c150180ac804c1621de..e58173fa16885ad48e7ff84fad7e5f09a084aabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,13 +90,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"