diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index deb0d55c7..7678528cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,11 @@ repos: hooks: - id: pylint types: [python] + - repo: https://github.com/thibaudcolas/curlylint + rev: v0.13.1 + hooks: + - id: curlylint + types: [html] - repo: local hooks: - id: pytest