diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e70fd3..273097e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: 22.6.0 hooks: - id: black - exclude: \.py-tpl$ + exclude: ^core/migrations - repo: https://github.com/PyCQA/isort rev: 5.10.1 hooks: @@ -16,4 +16,8 @@ repos: - repo: https://github.com/pre-commit/mirrors-eslint rev: v8.18.0 hooks: - - id: eslint \ No newline at end of file + - id: eslint + - repo: https://github.com/thibaudcolas/curlylint + rev: v0.13.1 + hooks: + - id: curlylint \ No newline at end of file diff --git a/core/templates/drilldown.html b/core/templates/ui/drilldown.html similarity index 100% rename from core/templates/drilldown.html rename to core/templates/ui/drilldown.html