From b35b3bec9a1c65dd6db23a389dff8136333fccd4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:36:26 +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.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.3.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.27.1](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.27.1) - [github.com/igorshubovych/markdownlint-cli: v0.28.1 → v0.32.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.28.1...v0.32.1) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v5.0.0 → v8.0.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v5.0.0...v8.0.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..23516b1 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.3.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.27.1 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.32.1 hooks: - id: markdownlint args: - -c - .github/lint/.markdownlint.yaml - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v5.0.0 + rev: v8.0.0 hooks: - id: commitlint stages: [commit-msg]