diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1e860e..11e880d 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,11 @@ repos: - id: no-commit-to-branch args: [--branch,master] - 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