We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a543a3 commit e52d71bCopy full SHA for e52d71b
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ ci:
5
- deps
6
repos:
7
- repo: https://github.com/renovatebot/pre-commit-hooks
8
- rev: 39.213.4
+ rev: 39.227.2
9
hooks:
10
- id: renovate-config-validator
11
args: [--strict]
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.11.2
+ rev: v0.11.4
14
15
- id: ruff
16
args:
@@ -54,7 +54,7 @@ repos:
54
- id: debug-statements
55
language_version: python3
56
- repo: https://github.com/ansible/ansible-lint
57
- rev: v25.1.3
+ rev: v25.2.1
58
59
- id: ansible-lint
60
language_version: python3.10 # minimal supported officially
0 commit comments