File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
repos :
7
7
- repo : https://github.com/asottile/add-trailing-comma.git
8
- rev : v3.1 .0
8
+ rev : v3.2 .0
9
9
hooks :
10
10
- id : add-trailing-comma
11
11
12
12
- repo : https://github.com/asottile/pyupgrade.git
13
- rev : v3.17 .0
13
+ rev : v3.20 .0
14
14
hooks :
15
15
- id : pyupgrade
16
16
args :
17
17
- --py311-plus
18
18
19
19
- repo : https://github.com/PyCQA/isort.git
20
- rev : 5.13.2
20
+ rev : 6.0.1
21
21
hooks :
22
22
- id : isort
23
23
args :
24
24
- --honor-noqa
25
25
26
26
- repo : https://github.com/PyCQA/docformatter.git
27
- rev : v1.7.5
27
+ rev : v1.7.7
28
28
hooks :
29
29
- id : docformatter
30
30
args :
36
36
- id : remove-tabs
37
37
38
38
- repo : https://github.com/python-jsonschema/check-jsonschema.git
39
- rev : 0.29.3
39
+ rev : 0.33.2
40
40
hooks :
41
41
- id : check-github-actions
42
42
- id : check-github-workflows
@@ -91,14 +91,14 @@ repos:
91
91
- id : debug-statements
92
92
93
93
- repo : https://github.com/codespell-project/codespell.git
94
- rev : v2.3.0
94
+ rev : v2.4.1
95
95
hooks :
96
96
- id : codespell
97
97
exclude : >-
98
98
^\.github/\.json-schemas/.*\.json$
99
99
100
100
- repo : https://github.com/adrienverge/yamllint.git
101
- rev : v1.35 .1
101
+ rev : v1.37 .1
102
102
hooks :
103
103
- id : yamllint
104
104
types :
You can’t perform that action at this time.
0 commit comments