Skip to content

Commit 1e5b103

Browse files
authored
Merge branch 'main' into update-pipefail-docs
2 parents 1752e54 + 5a56af0 commit 1e5b103

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repos:
6060
6161
6262
- repo: https://github.com/streetsidesoftware/cspell-cli
63-
rev: v8.19.0
63+
rev: v8.19.1
6464
hooks:
6565
- id: cspell
6666
# entry: codespell --relative
@@ -117,7 +117,7 @@ repos:
117117
additional_dependencies:
118118
- tomli
119119
- repo: https://github.com/adrienverge/yamllint.git
120-
rev: v1.37.0
120+
rev: v1.37.1
121121
hooks:
122122
- id: yamllint
123123
exclude: >
@@ -144,7 +144,7 @@ repos:
144144
- id: tox-ini-fmt
145145

146146
- repo: https://github.com/astral-sh/ruff-pre-commit
147-
rev: v0.11.7
147+
rev: v0.11.8
148148
hooks:
149149
- id: ruff
150150
args:
@@ -185,7 +185,7 @@ repos:
185185
- id: pyright
186186
additional_dependencies: *deps
187187
- repo: https://github.com/pycqa/pylint
188-
rev: v3.3.6
188+
rev: v3.3.7
189189
hooks:
190190
- id: pylint
191191
args:

docs/installing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ automation content.
3535
related to the installation will be closed and locked.
3636

3737
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
3939
`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
4141
doesn't satisfy, please contact the team through the
4242
[discussion](https://github.com/ansible/ansible-lint/discussions) forum.
4343

src/ansiblelint/schemas/__store__.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/inventory.json"
2525
},
2626
"meta": {
27-
"etag": "62cce45a9b8bd96872d8ee1c465d3ff6b60facf6a4aeba5c2e128df02b5f52a5",
27+
"etag": "a9e9f0526cfbe203d7822581db533213b035a82f63484a6e48120619c9b8beba",
2828
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/meta.json"
2929
},
3030
"meta-runtime": {

src/ansiblelint/schemas/ansible-navigator.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"$ref": "#/$defs/EnvironmentVariablesModel"
288288
},
289289
"image": {
290-
"default": "quay.io/ansible/creator-ee:v0.2.0",
290+
"default": "ghcr.io/ansible/community-ansible-dev-tools:latest",
291291
"description": "Specify the name of the execution environment image",
292292
"title": "Image",
293293
"type": "string"

0 commit comments

Comments
 (0)