Skip to content

Commit 77fad1b

Browse files
committed
chore: update hooks
1 parent 6504850 commit 77fad1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [pre-commit]
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.1.0
4+
rev: v6.0.0
55
hooks:
66
# not python related
77
- id: check-added-large-files
@@ -11,7 +11,7 @@ repos:
1111
args: [--allow-multiple-documents]
1212

1313
- repo: https://github.com/commitizen-tools/commitizen
14-
rev: v3.12.0
14+
rev: v4.9.1
1515
hooks:
1616
- id: commitizen
1717
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
@@ -24,13 +24,13 @@ repos:
2424
- id: prettier
2525

2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.2.6
27+
rev: v2.4.1
2828
hooks:
2929
- id: codespell
3030
exclude: ^(ggshield-internal)
3131

3232
- repo: https://github.com/gitguardian/ggshield
33-
rev: v1.36.0
33+
rev: v1.43.0
3434
hooks:
3535
- id: ggshield
3636
language_version: python3

0 commit comments

Comments
 (0)