Skip to content
Snippets Groups Projects
Verified Commit df90c80d authored by Chris Croome's avatar Chris Croome
Browse files

pre-commit and container update

parent 5b918734
No related branches found
No related tags found
No related merge requests found
Pipeline #37101 passed
...@@ -47,28 +47,28 @@ stages: ...@@ -47,28 +47,28 @@ stages:
- noble - noble
- trixie - trixie
lint: lint:
image: registry.git.coop/webarch/containers/images/trixie:20250213 image: registry.git.coop/webarch/containers/images/trixie:20250304
stage: lint stage: lint
script: script:
- pre-commit install - pre-commit install
- pre-commit run --all-files - pre-commit run --all-files
bookworm: bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20250213 image: registry.git.coop/webarch/containers/images/bookworm:20250304
stage: bookworm stage: bookworm
script: script:
- molecule test - molecule test
jammy: jammy:
image: registry.git.coop/webarch/containers/images/jammy:20250213 image: registry.git.coop/webarch/containers/images/jammy:20250304
stage: jammy stage: jammy
script: script:
- molecule test - molecule test
noble: noble:
image: registry.git.coop/webarch/containers/images/noble:20250213 image: registry.git.coop/webarch/containers/images/noble:20250304
stage: noble stage: noble
script: script:
- molecule test - molecule test
trixie: trixie:
image: registry.git.coop/webarch/containers/images/trixie:20250213 image: registry.git.coop/webarch/containers/images/trixie:20250304
stage: trixie stage: trixie
script: script:
- molecule test - molecule test
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
repos: repos:
# https://github.com/adrienverge/yamllint/tags # https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1 rev: v1.37.0
hooks: hooks:
- id: yamllint - id: yamllint
name: YAML Lint name: YAML Lint
...@@ -25,7 +25,7 @@ repos: ...@@ -25,7 +25,7 @@ repos:
- templates - templates
# https://github.com/jackdewinter/pymarkdown/releases # https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown.git - repo: https://github.com/jackdewinter/pymarkdown.git
rev: v0.9.28 rev: v0.9.29
hooks: hooks:
- id: pymarkdown - id: pymarkdown
name: Markdown Lint name: Markdown Lint
...@@ -41,7 +41,7 @@ repos: ...@@ -41,7 +41,7 @@ repos:
language: python language: python
additional_dependencies: additional_dependencies:
# https://pypi.org/project/ansible/ # https://pypi.org/project/ansible/
- ansible==11.2.0 - ansible==11.3.0
# https://github.com/kellyjonbrazil/jc/releases # https://github.com/kellyjonbrazil/jc/releases
- jc==1.25.4 - jc==1.25.4
# https://github.com/jmespath/jmespath.py/tags # https://github.com/jmespath/jmespath.py/tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment