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/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : end-of-file-fixer
6
6
- id : check-case-conflict
@@ -16,25 +16,25 @@ repos:
16
16
- id : trailing-whitespace
17
17
18
18
- repo : https://github.com/psf/black
19
- rev : 23.7.0
19
+ rev : 23.12.1
20
20
hooks :
21
21
- id : black
22
22
23
23
- repo : https://github.com/PyCQA/isort
24
- rev : 5.12.0
24
+ rev : 5.13.2
25
25
hooks :
26
26
- id : isort
27
27
args : ["--profile", "black"]
28
28
files : \.py$
29
29
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : v3.9 .0
31
+ rev : v3.15 .0
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [--py37-plus]
35
35
36
36
- repo : https://github.com/pycqa/flake8
37
- rev : 6 .0.0
37
+ rev : 7 .0.0
38
38
hooks :
39
39
- id : flake8
40
40
additional_dependencies :
46
46
stages : [manual]
47
47
48
48
- repo : https://github.com/sirosen/check-jsonschema
49
- rev : 0.23 .3
49
+ rev : 0.27 .3
50
50
hooks :
51
51
- id : check-jsonschema
52
52
name : " Check GitHub Workflows"
You can’t perform that action at this time.
0 commit comments