diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7678528cc..f20326135 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,11 @@ repos: hooks: - id: curlylint types: [html] + - repo: https://github.com/awebdeveloper/pre-commit-stylelint + rev: 0.0.2 + hooks: + - id: stylelint + types: [css] - repo: local hooks: - id: pytest