Skip to content

Commit df41f12

Browse files
authored
Merge pull request #127 from GitGuardian/agateau/pre-commit-fix
Fix pre-commit warnings
2 parents 0d70909 + aa1f26c commit df41f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default_stages: [commit]
1+
default_stages: [pre-commit]
22
repos:
33
- repo: https://github.com/ambv/black
44
rev: 24.3.0
@@ -25,7 +25,7 @@ repos:
2525
pass_filenames: false
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.3.0
28+
rev: v5.0.0
2929
hooks:
3030
- id: check-json
3131
- id: check-added-large-files
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: ggshield
5555
language_version: python3
56-
stages: [commit]
56+
stages: [pre-commit]
5757

5858
- repo: https://github.com/python-jsonschema/check-jsonschema
5959
rev: 0.19.0

0 commit comments

Comments
 (0)