From df90c80d354312db9ef413dc21fdf9cc8760b5b4 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Tue, 25 Mar 2025 17:50:01 +0000 Subject: [PATCH] pre-commit and container update --- .gitlab-ci.yml | 10 +++++----- .pre-commit-config.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 164ce2d..b0a20f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,28 +47,28 @@ stages: - noble - trixie lint: - image: registry.git.coop/webarch/containers/images/trixie:20250213 + image: registry.git.coop/webarch/containers/images/trixie:20250304 stage: lint script: - pre-commit install - pre-commit run --all-files bookworm: - image: registry.git.coop/webarch/containers/images/bookworm:20250213 + image: registry.git.coop/webarch/containers/images/bookworm:20250304 stage: bookworm script: - molecule test jammy: - image: registry.git.coop/webarch/containers/images/jammy:20250213 + image: registry.git.coop/webarch/containers/images/jammy:20250304 stage: jammy script: - molecule test noble: - image: registry.git.coop/webarch/containers/images/noble:20250213 + image: registry.git.coop/webarch/containers/images/noble:20250304 stage: noble script: - molecule test trixie: - image: registry.git.coop/webarch/containers/images/trixie:20250213 + image: registry.git.coop/webarch/containers/images/trixie:20250304 stage: trixie script: - molecule test diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae271ac..622a784 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: # https://github.com/adrienverge/yamllint/tags - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.37.0 hooks: - id: yamllint name: YAML Lint @@ -25,7 +25,7 @@ repos: - templates # https://github.com/jackdewinter/pymarkdown/releases - repo: https://github.com/jackdewinter/pymarkdown.git - rev: v0.9.28 + rev: v0.9.29 hooks: - id: pymarkdown name: Markdown Lint @@ -41,7 +41,7 @@ repos: language: python additional_dependencies: # https://pypi.org/project/ansible/ - - ansible==11.2.0 + - ansible==11.3.0 # https://github.com/kellyjonbrazil/jc/releases - jc==1.25.4 # https://github.com/jmespath/jmespath.py/tags -- GitLab