File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/adrienverge/yamllint.git
3
- rev : v1.26.3
3
+ rev : v1.32.0
4
4
hooks :
5
5
- id : yamllint
6
6
args : [-c=.yamllint.yml]
7
7
8
8
- repo : https://github.com/pycqa/isort
9
- rev : 5.10.1
9
+ rev : 5.12.0
10
10
hooks :
11
11
- id : isort
12
12
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.3 .0
14
+ rev : v4.4 .0
15
15
hooks :
16
16
- id : trailing-whitespace
17
17
- id : end-of-file-fixer
18
18
- id : check-added-large-files
19
19
20
20
- repo : https://github.com/asottile/add-trailing-comma
21
- rev : v2.2.3
21
+ rev : v3.1.0
22
22
hooks :
23
23
- id : add-trailing-comma
24
24
25
25
- repo : https://github.com/asottile/pyupgrade
26
- rev : v2.34.0
26
+ rev : v3.10.1
27
27
hooks :
28
28
- id : pyupgrade
29
29
30
30
- repo : https://github.com/psf/black
31
- rev : 22.6 .0
31
+ rev : 23.7 .0
32
32
hooks :
33
33
- id : black
34
34
args : ["--safe"]
You can’t perform that action at this time.
0 commit comments