diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff54157..89d421c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: ['--maxkb=600'] @@ -26,7 +26,7 @@ repos: - id: go-imports - id: no-go-testing - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.21.0 + rev: v9.24.0 hooks: - id: commitlint stages: [commit-msg]