diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f536c5..68d7f35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,5 +19,13 @@ repos: rev: 'v1.5.2' # replace with the latest tag on GitHub hooks: - id: djhtml + args: [-t 2] - id: djcss + exclude : ^core/static/css # slow - id: djjs + exclude: ^core/static/js # slow +# - repo: https://github.com/thibaudcolas/curlylint +# rev: v0.13.1 +# hooks: +# - id: curlylint +# files: \.(html|sls)$