From 9de3e05b6003a31fe188395ba2dd927b7f69b614 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 16:55:41 +0000 Subject: [PATCH] chore: auto-update of pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.39.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.33.0...v0.39.0) - [github.com/adrienverge/yamllint: v1.31.0 → v1.34.0](https://github.com/adrienverge/yamllint/compare/v1.31.0...v1.34.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.5.0 → v9.11.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.5.0...v9.11.0) - [github.com/rhysd/actionlint: v1.6.24 → v1.6.26](https://github.com/rhysd/actionlint/compare/v1.6.24...v1.6.26) - [github.com/golangci/golangci-lint: v1.52.2 → v1.56.1](https://github.com/golangci/golangci-lint/compare/v1.52.2...v1.56.1) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05b7290..bd59d32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: detect-private-key @@ -16,31 +16,31 @@ repos: - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.39.0 hooks: - id: markdownlint exclude: ^(\.stentor\.d/|.*/testdata/) - repo: https://github.com/adrienverge/yamllint - rev: v1.31.0 + rev: v1.34.0 hooks: - id: yamllint exclude: ^(.github/workflows/) - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.5.0 + rev: v9.11.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/rhysd/actionlint - rev: v1.6.24 + rev: v1.6.26 hooks: - id: actionlint - repo: https://github.com/golangci/golangci-lint - rev: v1.52.2 + rev: v1.56.1 hooks: - id: golangci-lint args: [--allow-parallel-runners]