diff --git a/pyproject.toml b/pyproject.toml
index c917331a6136b95c96bb88aae3fd451eb95d543e..5097ddfb9fec6263979c7824cf43e05f8c7d570f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,9 +39,6 @@ paweljong = "aleksis.apps.paweljong.apps:DefaultConfig"
 line-length = 100
 exclude = "/migrations/"
 
-[tool.curlylint]
-include = '\.html'
-
 [tool.curlylint.rules]
 aria_role = true
 django_forms_rendering = true
diff --git a/tox.ini b/tox.ini
index 5289a1576810706afdaf4b0aae3804a6bd865e68..f09d243fd2ddcd42c0eae1a6c298c08eb9557a13 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,7 +27,6 @@ commands =
     poetry run black --check --diff aleksis/
     poetry run isort -c --diff --stdout aleksis/
     poetry run flake8 {posargs} aleksis/
-    poetry run curlylint aleksis/
 
 [testenv:security]
 commands =