We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a543a3 commit cbf6688Copy full SHA for cbf6688
.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.253.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.6
14
15
- id: ruff
16
args:
@@ -26,7 +26,7 @@ repos:
26
- prettier-plugin-toml
27
- prettier-plugin-sort-json
28
- repo: https://github.com/streetsidesoftware/cspell-cli
29
- rev: v8.17.3
+ rev: v8.19.0
30
31
- id: cspell
32
# entry: codespell --relative
@@ -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