Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -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]
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading