File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 22 .3.0
3
+ rev : 24 .3.0
4
4
hooks :
5
5
- id : black
6
6
args : [--safe, --quiet]
7
7
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v4.2 .0
9
+ rev : v4.5 .0
10
10
hooks :
11
11
- id : trailing-whitespace
12
12
- id : end-of-file-fixer
15
15
- id : check-yaml
16
16
language_version : python3
17
17
18
- - repo : https://github.com/myint /autoflake
19
- rev : v1.4
18
+ - repo : https://github.com/PyCQA /autoflake
19
+ rev : v2.3.1
20
20
hooks :
21
21
- id : autoflake
22
22
name : autoflake
@@ -25,25 +25,25 @@ repos:
25
25
files : \.py$
26
26
27
27
- repo : https://github.com/PyCQA/flake8
28
- rev : 4 .0.1
28
+ rev : 7 .0.0
29
29
hooks :
30
30
- id : flake8
31
31
language_version : python3
32
32
33
- - repo : https://github.com/asottile/reorder_python_imports
34
- rev : v3.1 .0
33
+ - repo : https://github.com/asottile/reorder-python-imports
34
+ rev : v3.12 .0
35
35
hooks :
36
36
- id : reorder-python-imports
37
37
args : [--py3-plus]
38
38
39
39
- repo : https://github.com/asottile/pyupgrade
40
- rev : v2.32.1
40
+ rev : v3.15.2
41
41
hooks :
42
42
- id : pyupgrade
43
43
args : [--py3-plus]
44
44
45
45
- repo : https://github.com/rhysd/actionlint
46
- rev : v1.6.25
46
+ rev : v1.6.27
47
47
hooks :
48
48
- id : actionlint-docker
49
49
You can’t perform that action at this time.
0 commit comments