From 05f23d9cbe40c91f2e6e1d753634fe939791a9f8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:08:56 +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/alessandrojcm/commitlint-pre-commit-hook: v9.5.0 → v9.19.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.5.0...v9.19.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.43.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.37.0...v0.43.0) - [github.com/adrienverge/yamllint: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint/compare/v1.32.0...v1.35.1) - [github.com/rhysd/actionlint: v1.6.26 → v1.7.4](https://github.com/rhysd/actionlint/compare/v1.6.26...v1.7.4) - [github.com/golangci/golangci-lint: v1.54.2 → v1.62.2](https://github.com/golangci/golangci-lint/compare/v1.54.2...v1.62.2) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59b28f0..8c1351d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ --- -default_stages: [commit] +default_stages: [pre-commit] exclude: ^tests/data/ repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.5.0 + rev: v9.19.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-json exclude: ^(.devcontainer/) @@ -25,22 +25,22 @@ repos: args: [--notitle] exclude: ^(SUPPORT|\.github/ISSUE_TEMPLATE/) - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.43.0 hooks: - id: markdownlint exclude: >- ^(docs/arch/adr-template\.md|\.github/ISSUE_TEMPLATE/|\.stentor\.d/) - repo: https://github.com/adrienverge/yamllint - rev: v1.32.0 + rev: v1.35.1 hooks: - id: yamllint exclude: ^(.github/workflows/) - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.7.4 hooks: - id: actionlint - repo: https://github.com/golangci/golangci-lint - rev: v1.54.2 + rev: v1.62.2 hooks: - id: golangci-lint args: [--allow-parallel-runners]