From 68fa8111aa29a399c2f81c34928933be5bc64712 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 24 Oct 2023 15:19:35 +0200 Subject: [PATCH] chore: updated repos versions, added commented yamllint snippet --- .pre-commit-config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58daf94..2b162fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: additional_dependencies: - '@commitlint/config-conventional' - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-json @@ -24,6 +24,10 @@ repos: args: - --markdown-linebreak-ext=md # ignore markdown's line break - id: end-of-file-fixer + # - repo: https://github.com/adrienverge/yamllint + # rev: v1.32.0 + # hooks: + # - id: yamllint - repo: https://github.com/markdownlint/markdownlint rev: v0.12.0 hooks: