From d2f2924cf811681ddee830a9238fe22575beae65 Mon Sep 17 00:00:00 2001
From: Tom Teichler <t.teichler@babiel.com>
Date: Tue, 30 Nov 2021 16:26:46 +0100
Subject: [PATCH] Disable curlylint

---
 pyproject.toml | 3 ---
 tox.ini        | 1 -
 2 files changed, 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index c917331..5097ddf 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 5289a15..f09d243 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 =
-- 
GitLab