File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
minimum_pre_commit_version : " 2.9.0"
2
2
repos :
3
3
- repo : https://github.com/Zac-HD/shed
4
- rev : 2023.5.2
4
+ rev : 2024.3.1
5
5
hooks :
6
6
- id : shed
7
7
# TODO(pcohen): bump to --py310-plus when Talon moves to Python 3.10.
8
8
args : [--refactor, --py39-plus]
9
9
types_or : [python, markdown, rst]
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.4 .0
11
+ rev : v4.6 .0
12
12
hooks :
13
13
- id : end-of-file-fixer
14
14
- id : trailing-whitespace
15
15
- id : mixed-line-ending
16
16
- id : check-merge-conflict
17
17
- repo : https://github.com/pre-commit/mirrors-prettier
18
- rev : " v3 .0.0-alpha.9-for-vscode "
18
+ rev : " v4 .0.0-alpha.8 "
19
19
hooks :
20
20
- id : prettier
21
21
files : " .*.(md|json|yaml)$"
22
22
- repo : https://github.com/ikamensh/flynt/
23
- rev : " 0.78 "
23
+ rev : " 1.0.1 "
24
24
hooks :
25
25
- id : flynt
26
26
- repo : https://github.com/Lucas-C/pre-commit-hooks
27
- rev : v1.5.1
27
+ rev : v1.5.5
28
28
hooks :
29
29
- id : remove-tabs
30
30
types : [file]
31
31
files : \.talon$
32
32
args : ["--whitespaces-count=4"]
33
33
- repo : https://github.com/wenkokke/talonfmt
34
- rev : 1.10.1
34
+ rev : 1.10.2
35
35
hooks :
36
36
- id : talonfmt
37
37
args : ["--in-place", "--max-line-width=88"]
You can’t perform that action at this time.
0 commit comments