Skip to content

Commit 75ea01e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.13...v0.1.14) - [github.com/ansible/ansible-lint: v6.22.1 → v6.22.2](ansible/ansible-lint@v6.22.1...v6.22.2)
1 parent 8f7a5cc commit 75ea01e

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: 23.12.1
26+
rev: 24.1.1
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.1.13"
50+
rev: "v0.1.14"
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: v6.22.1
97+
rev: v6.22.2
9898
hooks:
9999
- id: ansible-lint

0 commit comments

Comments
 (0)