Skip to content

Commit e52d71b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 39.213.4 → 39.227.2](renovatebot/pre-commit-hooks@39.213.4...39.227.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.2...v0.11.4) - [github.com/ansible/ansible-lint: v25.1.3 → v25.2.1](ansible/ansible-lint@v25.1.3...v25.2.1)
1 parent 9a543a3 commit e52d71b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ci:
55
- deps
66
repos:
77
- repo: https://github.com/renovatebot/pre-commit-hooks
8-
rev: 39.213.4
8+
rev: 39.227.2
99
hooks:
1010
- id: renovate-config-validator
1111
args: [--strict]
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.11.2
13+
rev: v0.11.4
1414
hooks:
1515
- id: ruff
1616
args:
@@ -54,7 +54,7 @@ repos:
5454
- id: debug-statements
5555
language_version: python3
5656
- repo: https://github.com/ansible/ansible-lint
57-
rev: v25.1.3
57+
rev: v25.2.1
5858
hooks:
5959
- id: ansible-lint
6060
language_version: python3.10 # minimal supported officially

0 commit comments

Comments
 (0)