Skip to content

Commit 986ce5b

Browse files
pre-commit-ci[bot]ziegenberg
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/renovatebot/pre-commit-hooks: 41.98.0 → 43.252.5](renovatebot/pre-commit-hooks@41.98.0...43.252.5) - [github.com/biomejs/pre-commit: v2.2.3 → v2.5.2](biomejs/pre-commit@v2.2.3...v2.5.2) - [github.com/streetsidesoftware/cspell-cli: v9.2.0 → v10.0.1](streetsidesoftware/cspell-cli@v9.2.0...v10.0.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.49.0](igorshubovych/markdownlint-cli@v0.45.0...v0.49.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.4](pappasam/toml-sort@v0.24.2...v0.24.4) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.20](astral-sh/ruff-pre-commit@v0.12.12...v0.15.20) - [github.com/ansible/ansible-lint: v25.8.2 → v26.6.0](ansible/ansible-lint@v25.8.2...v26.6.0)
1 parent 2942d68 commit 986ce5b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ ci:
88
- renovate-config-validator # container limits
99
repos:
1010
- repo: https://github.com/renovatebot/pre-commit-hooks
11-
rev: 41.98.0
11+
rev: 43.252.5
1212
hooks:
1313
- id: renovate-config-validator
1414
alias: renovate
1515
args: [--strict]
1616
- repo: https://github.com/biomejs/pre-commit
17-
rev: "v2.2.3"
17+
rev: "v2.5.2"
1818
hooks:
1919
- id: biome-check
2020
name: biome
@@ -25,19 +25,19 @@ repos:
2525
hooks:
2626
- id: doc8
2727
- repo: https://github.com/streetsidesoftware/cspell-cli
28-
rev: v9.2.0
28+
rev: v10.0.1
2929
hooks:
3030
- id: cspell
3131
name: cspell
3232
# entry: codespell --relative
3333
args: [--relative, --no-progress, --no-summary]
3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.4.1
35+
rev: v2.4.2
3636
hooks:
3737
- id: codespell
3838
additional_dependencies: ["tomli>=2.2.1; python_version<'3.11'"]
3939
- repo: https://github.com/igorshubovych/markdownlint-cli
40-
rev: v0.45.0
40+
rev: v0.49.0
4141
hooks:
4242
- id: markdownlint
4343
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -57,20 +57,20 @@ repos:
5757
- id: debug-statements
5858
language_version: python3
5959
- repo: https://github.com/pappasam/toml-sort
60-
rev: v0.24.2
60+
rev: v0.24.4
6161
hooks:
6262
- id: toml-sort-fix
6363
alias: toml
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.12.12
65+
rev: v0.15.20
6666
hooks:
6767
- id: ruff-format
6868
alias: ruff
6969
- id: ruff-check
7070
args: ["--fix"]
7171
alias: ruff
7272
- repo: https://github.com/ansible/ansible-lint
73-
rev: v25.8.2
73+
rev: v26.6.0
7474
hooks:
7575
- id: ansible-lint
7676
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint

0 commit comments

Comments
 (0)