diff --git a/.ansible-lint b/.ansible-lint index 4361b29c3..e7057129f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -2,3 +2,8 @@ exclude_paths: - ansible/.venv/ + +# added when we needed to bump ansible-lint to fix dependency breakage +# this should be cleaned up and removed eventually +skip_list: + - var-naming[no-role-prefix] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8ee1c5b21..6c3491b4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,15 +49,15 @@ repos: args: [--fix] - id: ruff-format - repo: https://github.com/ansible/ansible-lint - rev: v25.1.2 + rev: v25.9.2 hooks: - id: ansible-lint entry: "sh -c 'cd ansible && python3 -m ansiblelint -v --force-color'" verbose: true always_run: false additional_dependencies: - - ansible - - jmespath + - ansible-core==2.19.2 + - jmespath==1.0.1 files: '^ansible/.*' - repo: https://github.com/astral-sh/uv-pre-commit # uv version.