diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index c4ec5fe..41312fb 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/gitleaks/gitleaks - rev: v8.28.0 + rev: v8.30.0 hooks: - id: gitleaks @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/commitizen-tools/commitizen - rev: v4.9.1 + rev: v4.11.2 hooks: - id: commitizen @@ -25,6 +25,6 @@ repos: # sub-packages, which confuses pre-commit when it tries to find the latest # version - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.36.2 + rev: v1.42.0 hooks: - id: typos