Skip to content

Commit 2e7a9b4

Browse files
committed
chore: fix pre-commit warnings
1 parent 0d70909 commit 2e7a9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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
@@ -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)