Skip to content

Commit cd4a82b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 39.213.4 → 40.3.4](renovatebot/pre-commit-hooks@39.213.4...40.3.4) - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.2...v0.11.8) - [github.com/streetsidesoftware/cspell-cli: v8.17.3 → v8.19.1](streetsidesoftware/cspell-cli@v8.17.3...v8.19.1) - [github.com/ansible/ansible-lint: v25.1.3 → v25.4.0](ansible/ansible-lint@v25.1.3...v25.4.0) - [github.com/adrienverge/yamllint.git: v1.37.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.37.0...v1.37.1) - [github.com/pycqa/pylint: v3.3.6 → v3.3.7](pylint-dev/pylint@v3.3.6...v3.3.7)
1 parent 9a543a3 commit cd4a82b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
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: 40.3.4
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.8
1414
hooks:
1515
- id: ruff
1616
args:
@@ -26,7 +26,7 @@ repos:
2626
- prettier-plugin-toml
2727
- prettier-plugin-sort-json
2828
- repo: https://github.com/streetsidesoftware/cspell-cli
29-
rev: v8.17.3
29+
rev: v8.19.1
3030
hooks:
3131
- id: cspell
3232
# entry: codespell --relative
@@ -54,13 +54,13 @@ 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.4.0
5858
hooks:
5959
- id: ansible-lint
6060
language_version: python3.10 # minimal supported officially
6161
args: [--fix]
6262
- repo: https://github.com/adrienverge/yamllint.git
63-
rev: v1.37.0
63+
rev: v1.37.1
6464
hooks:
6565
- id: yamllint
6666
files: \.(yaml|yml)$
@@ -84,7 +84,7 @@ repos:
8484
- typer-config
8585
- typer>=0.12.2
8686
- repo: https://github.com/pycqa/pylint
87-
rev: v3.3.6
87+
rev: v3.3.7
8888
hooks:
8989
- id: pylint
9090
additional_dependencies:

0 commit comments

Comments
 (0)