diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87a7558..972c491 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,11 @@ repos: - id: no-commit-to-branch args: [--branch,main] - repo: https://github.com/gitleaks/gitleaks - rev: v8.16.3 + rev: v8.24.2 hooks: - id: gitleaks - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.4.1 hooks: - id: codespell - repo: https://github.com/fredrikekre/runic-pre-commit