diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 362ef0a9..e2aba455 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ repos: - # - repo: https://github.com/gitguardian/ggshield - # rev: main - # hooks: - # - id: ggshield - # language_version: python3 - # stages: [commit] + - repo: https://github.com/gitguardian/ggshield + rev: v1.12.0 + hooks: + - id: ggshield + language_version: python3 + stages: [commit] # - repo: https://github.com/pre-commit/mirrors-jshint # rev: '' # Use the sha / tag you want to point at