From 4b0b7139a7afb4edd36070d390d71a50f3dc1ae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:43:04 +0100 Subject: [PATCH] chore(deps): update pre-commit hook golangci/golangci-lint to v2.7.2 (#5846) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a24fa00c3..fae7d804b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace exclude: ^docs/versioned_docs/.+/40-cli.md$ - repo: https://github.com/golangci/golangci-lint - rev: v2.7.1 + rev: v2.7.2 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli