diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7e14a27..9f696a39 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: v4.5.0 + rev: v5.0.0 hooks: - id: check-case-conflict - id: check-added-large-files @@ -15,7 +15,7 @@ repos: - id: check-xml - id: requirements-txt-fixer - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.2 + rev: v8.20.1 hooks: - id: gitleaks name: Detect hardcoded secrets