Skip to content
Snippets Groups Projects
Verified Commit d2f2924c authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Disable curlylint

parent eaf07268
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment