File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ default_language_version:
11
11
python : python3.10
12
12
repos :
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v2.1 .0
14
+ rev : v5.0 .0
15
15
hooks :
16
16
- id : trailing-whitespace
17
17
- id : end-of-file-fixer
@@ -26,21 +26,21 @@ repos:
26
26
- id : check-yaml
27
27
files : .*\.(yaml|yml)$
28
28
- repo : https://github.com/psf/black
29
- rev : 22.3 .0
29
+ rev : 25.1 .0
30
30
hooks :
31
31
- id : black
32
32
- repo : https://github.com/adrienverge/yamllint.git
33
- rev : v1.26.3
33
+ rev : v1.37.0
34
34
hooks :
35
35
- id : yamllint
36
36
files : \.(yaml|yml)$
37
37
- repo : https://github.com/openstack-dev/bashate.git
38
- rev : 2.1.0
38
+ rev : 2.1.1
39
39
hooks :
40
40
- id : bashate
41
41
entry : bashate -i E006
42
42
- repo : https://github.com/pycqa/flake8.git
43
- rev : 4.0.1
43
+ rev : 7.2.0
44
44
hooks :
45
45
- id : flake8
46
46
additional_dependencies :
You can’t perform that action at this time.
0 commit comments