diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6de464e..552de47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ repos: - repo: https://github.com/zricethezav/gitleaks - rev: v8.21.2 + rev: v8.28.0 hooks: - id: gitleaks args: ["detect", "--redact", "--verbose"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-merge-conflict - id: end-of-file-fixer @@ -22,7 +22,7 @@ repos: - id: forbid-submodules - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck