File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 60
60
61
61
62
62
- repo : https://github.com/streetsidesoftware/cspell-cli
63
- rev : v8.19.0
63
+ rev : v8.19.1
64
64
hooks :
65
65
- id : cspell
66
66
# entry: codespell --relative
@@ -117,7 +117,7 @@ repos:
117
117
additional_dependencies :
118
118
- tomli
119
119
- repo : https://github.com/adrienverge/yamllint.git
120
- rev : v1.37.0
120
+ rev : v1.37.1
121
121
hooks :
122
122
- id : yamllint
123
123
exclude : >
@@ -144,7 +144,7 @@ repos:
144
144
- id : tox-ini-fmt
145
145
146
146
- repo : https://github.com/astral-sh/ruff-pre-commit
147
- rev : v0.11.7
147
+ rev : v0.11.8
148
148
hooks :
149
149
- id : ruff
150
150
args :
@@ -185,7 +185,7 @@ repos:
185
185
- id : pyright
186
186
additional_dependencies : *deps
187
187
- repo : https://github.com/pycqa/pylint
188
- rev : v3.3.6
188
+ rev : v3.3.7
189
189
hooks :
190
190
- id : pylint
191
191
args :
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ automation content.
35
35
related to the installation will be closed and locked.
36
36
37
37
For a container image, we recommend using
38
- [ creator-ee ] ( https://github.com/ansible/creator-ee / ) which includes
38
+ [ community-ansible-dev-tools ] ( https://ansible.readthedocs.io/projects/dev-tools/container / ) which includes
39
39
` ansible-dev-tools ` (it combines critical Ansible development packages into a
40
- unified Python package). If you have a use case that the ` creator-ee ` container
40
+ unified Python package). If you have a use case that the ` community-ansible-dev-tools ` container
41
41
doesn't satisfy, please contact the team through the
42
42
[ discussion] ( https://github.com/ansible/ansible-lint/discussions ) forum.
43
43
Original file line number Diff line number Diff line change 24
24
"url" : " https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/inventory.json"
25
25
},
26
26
"meta" : {
27
- "etag" : " 62cce45a9b8bd96872d8ee1c465d3ff6b60facf6a4aeba5c2e128df02b5f52a5 " ,
27
+ "etag" : " a9e9f0526cfbe203d7822581db533213b035a82f63484a6e48120619c9b8beba " ,
28
28
"url" : " https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/meta.json"
29
29
},
30
30
"meta-runtime" : {
Original file line number Diff line number Diff line change 287
287
"$ref" : " #/$defs/EnvironmentVariablesModel"
288
288
},
289
289
"image" : {
290
- "default" : " quay .io/ansible/creator-ee:v0.2.0 " ,
290
+ "default" : " ghcr .io/ansible/community-ansible-dev-tools:latest " ,
291
291
"description" : " Specify the name of the execution environment image" ,
292
292
"title" : " Image" ,
293
293
"type" : " string"
You can’t perform that action at this time.
0 commit comments