Skip to content

Commit d4dcbe0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.0...v0.2.2) - [github.com/ansible/ansible-lint.git: v6.22.2 → v24.2.0](https://github.com/ansible/ansible-lint.git/compare/v6.22.2...v24.2.0)
1 parent b48ead5 commit d4dcbe0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: doc8
2929
- repo: https://github.com/psf/black
30-
rev: 24.1.1
30+
rev: 24.2.0
3131
hooks:
3232
- id: black
3333
language_version: python3
@@ -42,12 +42,12 @@ repos:
4242
- id: check-merge-conflict
4343
- id: debug-statements
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.2.0"
45+
rev: "v0.2.2"
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --exit-non-zero-on-fix]
4949
- repo: https://github.com/ansible/ansible-lint.git
50-
rev: v6.22.2
50+
rev: v24.2.0
5151
hooks:
5252
- id: ansible-lint
5353
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint

0 commit comments

Comments
 (0)