Skip to content

Commit 09081e9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/doc8.git: v1.1.1 → v2.0.0](https://github.com/PyCQA/doc8.git/compare/v1.1.1...v2.0.0) - [github.com/psf/black: 24.1.1 → 25.1.0](psf/black@24.1.1...25.1.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.12.5](astral-sh/ruff-pre-commit@v0.2.0...v0.12.5) - [github.com/ansible/ansible-lint.git: v6.22.2 → v25.6.1](https://github.com/ansible/ansible-lint.git/compare/v6.22.2...v25.6.1)
1 parent 980db38 commit 09081e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ repos:
2323
.*\{\{.*
2424
)$
2525
- repo: https://github.com/PyCQA/doc8.git
26-
rev: v1.1.1
26+
rev: v2.0.0
2727
hooks:
2828
- id: doc8
2929
- repo: https://github.com/psf/black
30-
rev: 24.1.1
30+
rev: 25.1.0
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: v5.0.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.12.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: v25.6.1
5151
hooks:
5252
- id: ansible-lint
5353
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint

0 commit comments

Comments
 (0)