From b8483987b8a220894b66107ce1ae3aedf8ba904a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 03:19:33 +0100 Subject: [PATCH] chore(deps): update pre-commit non-major (#4957) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ae28e920..2098f9b87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/golangci/golangci-lint - rev: v1.64.6 + rev: v1.64.7 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli @@ -32,7 +32,7 @@ repos: hooks: - id: prettier - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.36.0 hooks: - id: yamllint args: [--strict, -c=.yamllint.yaml]