File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.6 .0
7
+ rev : v5.0 .0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : end-of-file-fixer
23
23
24
24
25
25
- repo : https://github.com/hadolint/hadolint
26
- rev : v2.13.0 -beta
26
+ rev : v2.13.1 -beta
27
27
hooks :
28
28
- id : hadolint-docker
29
29
name : Lint Dockerfiles
@@ -33,12 +33,12 @@ repos:
33
33
entry : ghcr.io/hadolint/hadolint hadolint
34
34
35
35
- repo : https://github.com/psf/black
36
- rev : 24.8 .0
36
+ rev : 24.10 .0
37
37
hooks :
38
38
- id : black
39
39
40
40
- repo : https://github.com/asottile/pyupgrade
41
- rev : v3.17 .0
41
+ rev : v3.19 .0
42
42
hooks :
43
43
- id : pyupgrade
44
44
args : [--py38-plus]
49
49
- id : flake8
50
50
51
51
- repo : https://github.com/asottile/reorder-python-imports
52
- rev : v3.13 .0
52
+ rev : v3.14 .0
53
53
hooks :
54
54
- id : reorder-python-imports
55
55
args : [--py38-plus]
You can’t perform that action at this time.
0 commit comments