diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49fa0b19..79263484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: prettier - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.24.0 + rev: v9.25.0 hooks: - id: commitlint stages: [commit-msg] @@ -29,7 +29,7 @@ repos: - id: go-build - id: gomarkdoc - repo: https://github.com/golangci/golangci-lint - rev: v2.11.4 + rev: v2.12.2 hooks: - id: golangci-lint-full - repo: https://github.com/jumanjihouse/pre-commit-hooks