Skip to content

Commit 371119b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.3.0 → 24.4.0](psf/black@24.3.0...24.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.5...v0.3.7) - [github.com/ansible/ansible-lint: v24.2.1 → v24.2.2](ansible/ansible-lint@v24.2.1...v24.2.2)
1 parent 2af568b commit 371119b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: codespell
2525
- repo: https://github.com/psf/black
26-
rev: 24.3.0
26+
rev: 24.4.0
2727
hooks:
2828
- id: black
2929
language_version: python3
@@ -47,7 +47,7 @@ repos:
4747
types: [file, yaml]
4848
entry: yamllint --strict
4949
- repo: https://github.com/astral-sh/ruff-pre-commit
50-
rev: "v0.3.5"
50+
rev: "v0.3.7"
5151
hooks:
5252
- id: ruff
5353
args: [--fix, --exit-non-zero-on-fix]
@@ -94,6 +94,6 @@ repos:
9494
- pytest-testinfra
9595
- wcmatch
9696
- repo: https://github.com/ansible/ansible-lint
97-
rev: v24.2.1
97+
rev: v24.2.2
9898
hooks:
9999
- id: ansible-lint

0 commit comments

Comments
 (0)