diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f4f6038..8d11e5f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,10 +17,10 @@ repos: # # https://pre-commit.com/#top_level-default_language_version # language_version: python3.11 - # - repo: https://github.com/gitleaks/gitleaks - # rev: v8.18.2 # Specify the desired version of Gitleaks - # hooks: - # - id: gitleaks + - repo: https://github.com/gitleaks/gitleaks + rev: v8.18.2 # Specify the desired version of Gitleaks + hooks: + - id: gitleaks - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0