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 @@ -23,16 +23,16 @@ repos:
23
23
.*\{\{.*
24
24
)$
25
25
- repo : https://github.com/PyCQA/doc8.git
26
- rev : v1.1.1
26
+ rev : v2.0.0
27
27
hooks :
28
28
- id : doc8
29
29
- repo : https://github.com/psf/black
30
- rev : 24 .1.1
30
+ rev : 25 .1.0
31
31
hooks :
32
32
- id : black
33
33
language_version : python3
34
34
- repo : https://github.com/pre-commit/pre-commit-hooks.git
35
- rev : v4.5 .0
35
+ rev : v5.0 .0
36
36
hooks :
37
37
- id : end-of-file-fixer
38
38
- id : trailing-whitespace
@@ -42,12 +42,12 @@ repos:
42
42
- id : check-merge-conflict
43
43
- id : debug-statements
44
44
- repo : https://github.com/astral-sh/ruff-pre-commit
45
- rev : " v0.2.0 "
45
+ rev : " v0.12.1 "
46
46
hooks :
47
47
- id : ruff
48
48
args : [--fix, --exit-non-zero-on-fix]
49
49
- repo : https://github.com/ansible/ansible-lint.git
50
- rev : v6.22.2
50
+ rev : v25.6.1
51
51
hooks :
52
52
- id : ansible-lint
53
53
entry : env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint
You can’t perform that action at this time.
0 commit comments