diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ba17bb35..c7e14a277 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-xml - id: requirements-txt-fixer - repo: https://github.com/gitleaks/gitleaks - rev: v8.18.1 + rev: v8.18.2 hooks: - id: gitleaks name: Detect hardcoded secrets @@ -24,7 +24,7 @@ repos: language: golang pass_filenames: false - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$