diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e9e64a..b957acb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,6 +38,10 @@ repos: stages: [manual] - id: check-json exclude: (.vscode|.devcontainer) + # - repo: https://github.com/adrienverge/yamllint.git + # rev: v1.32.0 + # hooks: + # - id: yamllint - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.1.0 hooks: