Skip to content

Commit aba7d75

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2) - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.4.5](astral-sh/ruff-pre-commit@v0.2.0...v0.4.5) - [github.com/ansible/ansible-lint.git: v6.22.2 → v24.5.0](https://github.com/ansible/ansible-lint.git/compare/v6.22.2...v24.5.0)
1 parent b48ead5 commit aba7d75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ repos:
2727
hooks:
2828
- id: doc8
2929
- repo: https://github.com/psf/black
30-
rev: 24.1.1
30+
rev: 24.4.2
3131
hooks:
3232
- id: black
3333
language_version: python3
3434
- repo: https://github.com/pre-commit/pre-commit-hooks.git
35-
rev: v4.5.0
35+
rev: v4.6.0
3636
hooks:
3737
- id: end-of-file-fixer
3838
- id: trailing-whitespace
@@ -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.4.5"
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.5.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)