Skip to content

Commit

Permalink
fix: return gg shield
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane committed Sep 26, 2024
1 parent b1c1d6a commit 7f44227
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ repos:
args: [ --fix ]
# Run the formatter.
- id: ruff-format
- repo: [email protected]:GitGuardian/ggshield.git
rev: v1.28.0
hooks:
- id: ggshield
language_version: python3
stages: [ commit ]
- repo: https://github.com/PyCQA/flake8
rev: '6.0.0'
hooks:
Expand Down

0 comments on commit 7f44227

Please sign in to comment.