File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change 1
1
# See https://pre-commit.com for more information
2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
- - repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v5.0.0
6
- hooks :
7
- - id : check-added-large-files
8
- - id : check-yaml
9
- - id : end-of-file-fixer
10
- - id : trailing-whitespace
11
- - repo : https://github.com/Lucas-C/pre-commit-hooks
12
- rev : v1.5.5
13
- hooks :
14
- - id : forbid-crlf
15
- - id : remove-crlf
16
- - id : chmod
17
- args : ['644']
18
- - repo : https://github.com/woodruffw/zizmor-pre-commit
19
- rev : v1.11.0
20
- hooks :
21
- - id : zizmor
22
-
4
+ - repo : https://github.com/pre-commit/pre-commit-hooks
5
+ rev : v6.0.0
6
+ hooks :
7
+ - id : check-added-large-files
8
+ - id : check-yaml
9
+ - id : end-of-file-fixer
10
+ - id : trailing-whitespace
11
+ - repo : https://github.com/Lucas-C/pre-commit-hooks
12
+ rev : v1.5.5
13
+ hooks :
14
+ - id : forbid-crlf
15
+ - id : remove-crlf
16
+ - id : chmod
17
+ args : ["644"]
18
+ - repo : https://github.com/woodruffw/zizmor-pre-commit
19
+ rev : v1.14.2
20
+ hooks :
21
+ - id : zizmor
23
22
24
23
# https://pre-commit.ci/#configuration
25
24
ci :
You can’t perform that action at this time.
0 commit comments