diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aabd410e3..a24fa00c3 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.6.2 + rev: v2.7.1 hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli @@ -31,7 +31,7 @@ repos: hooks: - id: hadolint - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.7.3 + rev: v3.7.4 hooks: - id: prettier - repo: https://github.com/adrienverge/yamllint.git