File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ minimum_pre_commit_version: 3.2.0 # necessitated by Lucas-C's hooks
2
2
default_install_hook_types : [pre-commit, pre-push]
3
3
repos :
4
4
- repo : https://github.com/pre-commit/mirrors-clang-format
5
- rev : v18 .1.8
5
+ rev : v19 .1.7
6
6
hooks :
7
7
- id : clang-format
8
8
files : \.(cpp|hpp)
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.5 .0
10
+ rev : v5.0 .0
11
11
hooks :
12
12
- id : no-commit-to-branch
13
13
args : [-b, dev]
21
21
- id : check-executables-have-shebangs
22
22
- id : check-shebang-scripts-are-executable
23
23
- repo : https://github.com/Lucas-C/pre-commit-hooks
24
- rev : v1.5.4
24
+ rev : v1.5.5
25
25
hooks :
26
26
- id : forbid-tabs
27
27
- id : remove-tabs
31
31
hooks :
32
32
- id : check-useless-excludes
33
33
- repo : https://github.com/google/yamlfmt
34
- rev : v0.13 .0
34
+ rev : v0.15 .0
35
35
hooks :
36
36
- id : yamlfmt
37
37
- repo : https://github.com/adrienverge/yamllint
You can’t perform that action at this time.
0 commit comments