From b95e633727f4781a9b5759cf0bae35549555853e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:04:01 +0000 Subject: [PATCH] chore(pre-commit): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.5.0) - [github.com/k8s-at-home/sops-pre-commit: v2.0.3 → v2.1.1](https://github.com/k8s-at-home/sops-pre-commit/compare/v2.0.3...v2.1.1) - [github.com/adrienverge/yamllint: v1.26.3 → v1.33.0](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.33.0) - [github.com/igorshubovych/markdownlint-cli: v0.28.1 → v0.38.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.28.1...v0.38.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v5.0.0 → v9.10.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v5.0.0...v9.10.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 35d46ee..3b14f85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-executables-have-shebangs @@ -19,11 +19,11 @@ repos: - id: no-commit-to-branch - id: trailing-whitespace - repo: https://github.com/k8s-at-home/sops-pre-commit - rev: v2.0.3 + rev: v2.1.1 hooks: - id: forbid-secrets - repo: https://github.com/adrienverge/yamllint - rev: v1.26.3 + rev: v1.33.0 hooks: - id: yamllint args: @@ -31,14 +31,14 @@ repos: - .github/lint/.yamllint.yaml - -s - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.28.1 + rev: v0.38.0 hooks: - id: markdownlint args: - -c - .github/lint/.markdownlint.yaml - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v5.0.0 + rev: v9.10.0 hooks: - id: commitlint stages: [commit-msg]