Skip to content

Commit

Permalink
Merge pull request #127 from GitGuardian/agateau/pre-commit-fix
Browse files Browse the repository at this point in the history
Fix pre-commit warnings
  • Loading branch information
agateau-gg authored Nov 25, 2024
2 parents 0d70909 + aa1f26c commit df41f12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default_stages: [commit]
default_stages: [pre-commit]
repos:
- repo: https://github.com/ambv/black
rev: 24.3.0
Expand All @@ -25,7 +25,7 @@ repos:
pass_filenames: false

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: check-json
- id: check-added-large-files
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
hooks:
- id: ggshield
language_version: python3
stages: [commit]
stages: [pre-commit]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.0
Expand Down

0 comments on commit df41f12

Please sign in to comment.