File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ minimum_pre_commit_version: 1.14.0
13
13
repos :
14
14
- repo : https://github.com/pre-commit/mirrors-prettier
15
15
# keep it before yamllint
16
- rev : " v3.1.0 "
16
+ rev : " v4.0.0-alpha.4 "
17
17
hooks :
18
18
- id : prettier
19
19
# Temporary excludes so we can gradually normalize the formatting
@@ -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.1.6 "
45
+ rev : " v0.1.7 "
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.0
50
+ rev : v6.22.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