diff --git a/pyproject.toml b/pyproject.toml
index 7475dbce2746a7dc6251e58a341b4033c94d4f00..213cef02d306616d8a7c911059215dbe0edcaa07 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -98,13 +98,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"