We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48ead5 commit e17d6c7Copy full SHA for e17d6c7
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
hooks:
28
- id: doc8
29
- repo: https://github.com/psf/black
30
- rev: 24.1.1
+ rev: 24.3.0
31
32
- id: black
33
language_version: python3
@@ -42,12 +42,12 @@ repos:
42
- id: check-merge-conflict
43
- id: debug-statements
44
- repo: https://github.com/astral-sh/ruff-pre-commit
45
- rev: "v0.2.0"
+ rev: "v0.3.4"
46
47
- id: ruff
48
args: [--fix, --exit-non-zero-on-fix]
49
- repo: https://github.com/ansible/ansible-lint.git
50
- rev: v6.22.2
+ rev: v24.2.1
51
52
- id: ansible-lint
53
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint
0 commit comments