File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33exclude_paths:
44 - ansible/.venv/
5+
6+ # added when we needed to bump ansible-lint to fix dependency breakage
7+ # this should be cleaned up and removed eventually
8+ skip_list:
9+ - var-naming[no-role-prefix]
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ repos:
4949 args : [--fix]
5050 - id : ruff-format
5151 - repo : https://github.com/ansible/ansible-lint
52- rev : v25.1 .2
52+ rev : v25.9 .2
5353 hooks :
5454 - id : ansible-lint
5555 entry : " sh -c 'cd ansible && python3 -m ansiblelint -v --force-color'"
5656 verbose : true
5757 always_run : false
5858 additional_dependencies :
59- - ansible
60- - jmespath
59+ - ansible-core==2.19.2
60+ - jmespath==1.0.1
6161 files : ' ^ansible/.*'
6262 - repo : https://github.com/astral-sh/uv-pre-commit
6363 # uv version.
You can’t perform that action at this time.
0 commit comments