Skip to content

Commit 98bf4b7

Browse files
committed
bump pre-commit hooks
1 parent b3ae079 commit 98bf4b7

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
@@ -7,7 +7,7 @@
77
repos:
88
# auto formatters (no work required) #############################################################
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
- id: end-of-file-fixer
@@ -34,7 +34,7 @@ repos:
3434
)$
3535
3636
- repo: https://github.com/rbubley/mirrors-prettier
37-
rev: v3.4.2
37+
rev: v3.6.2
3838
hooks:
3939
- id: prettier
4040
# exclude impure PHP files
@@ -51,7 +51,7 @@ repos:
5151
5252
# linters (work required) ########################################################################
5353
- repo: https://github.com/pre-commit/pre-commit-hooks
54-
rev: v5.0.0
54+
rev: v6.0.0
5555
hooks:
5656
- id: check-yaml
5757
- id: check-json
@@ -60,7 +60,7 @@ repos:
6060
- id: check-executables-have-shebangs
6161

6262
- repo: https://github.com/gitleaks/gitleaks
63-
rev: v8.23.1
63+
rev: v8.29.1
6464
hooks:
6565
- id: gitleaks
6666

0 commit comments

Comments
 (0)