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 b9bad17 commit c58a291Copy full SHA for c58a291
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
hooks:
24
- id: codespell
25
- repo: https://github.com/psf/black
26
- rev: 24.2.0
+ rev: 24.3.0
27
28
- id: black
29
language_version: python3
@@ -47,7 +47,7 @@ repos:
47
types: [file, yaml]
48
entry: yamllint --strict
49
- repo: https://github.com/astral-sh/ruff-pre-commit
50
- rev: "v0.3.2"
+ rev: "v0.3.3"
51
52
- id: ruff
53
args: [--fix, --exit-non-zero-on-fix]
@@ -94,6 +94,6 @@ repos:
94
- pytest-testinfra
95
- wcmatch
96
- repo: https://github.com/ansible/ansible-lint
97
- rev: v24.2.0
+ rev: v24.2.1
98
99
- id: ansible-lint
0 commit comments