Skip to content

Commit 7ee290a

Browse files
committed
Update pre-commit
1 parent 218acec commit 7ee290a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ minimum_pre_commit_version: 3.2.0 # necessitated by Lucas-C's hooks
22
default_install_hook_types: [pre-commit, pre-push]
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v18.1.8
5+
rev: v19.1.7
66
hooks:
77
- id: clang-format
88
files: \.(cpp|hpp)
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: no-commit-to-branch
1313
args: [-b, dev]
@@ -21,7 +21,7 @@ repos:
2121
- id: check-executables-have-shebangs
2222
- id: check-shebang-scripts-are-executable
2323
- repo: https://github.com/Lucas-C/pre-commit-hooks
24-
rev: v1.5.4
24+
rev: v1.5.5
2525
hooks:
2626
- id: forbid-tabs
2727
- id: remove-tabs
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: check-useless-excludes
3333
- repo: https://github.com/google/yamlfmt
34-
rev: v0.13.0
34+
rev: v0.15.0
3535
hooks:
3636
- id: yamlfmt
3737
- repo: https://github.com/adrienverge/yamllint

0 commit comments

Comments
 (0)