diff --git a/pyproject.toml b/pyproject.toml
index 01abd6b7a506233692ba314bf384273df86ef140..7ccbc93b247b02a17d0efcbbdc485fd18060e48f 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"