From 508adf9dea047d91ba4530ca74de7b94f9b03583 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Sat, 10 Feb 2024 10:02:03 +0100 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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: