Skip to content

Commit abcfdfc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.4 → v4.13.9](commitizen-tools/commitizen@v4.8.4...v4.13.9) - [github.com/astral-sh/uv-pre-commit: 0.8.15 → 0.11.3](astral-sh/uv-pre-commit@0.8.15...0.11.3) - [github.com/renovatebot/pre-commit-hooks: 41.97.7 → 43.104.7](renovatebot/pre-commit-hooks@41.97.7...43.104.7) - [github.com/biomejs/pre-commit: v2.2.3 → v2.4.10](biomejs/pre-commit@v2.2.3...v2.4.10) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/streetsidesoftware/cspell-cli: v9.2.0 → v9.8.0](streetsidesoftware/cspell-cli@v9.2.0...v9.8.0) - [github.com/sirosen/check-jsonschema: 0.33.3 → 0.37.1](python-jsonschema/check-jsonschema@0.33.3...0.37.1) - [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.9](astral-sh/ruff-pre-commit@v0.12.12...v0.15.9) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0)
1 parent b877368 commit abcfdfc

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: check-useless-excludes
1414
- repo: https://github.com/commitizen-tools/commitizen
15-
rev: v4.8.4
15+
rev: v4.13.9
1616
hooks:
1717
- id: commitizen
1818
additional_dependencies:
@@ -21,7 +21,7 @@ repos:
2121
stages:
2222
- pre-push
2323
- repo: https://github.com/astral-sh/uv-pre-commit
24-
rev: 0.8.15
24+
rev: 0.11.3
2525
hooks:
2626
- id: uv-sync
2727
- id: uv-lock
@@ -32,32 +32,32 @@ repos:
3232
- id: uv-lock
3333
alias: lock
3434
- repo: https://github.com/renovatebot/pre-commit-hooks
35-
rev: 41.97.7
35+
rev: 43.104.7
3636
hooks:
3737
- id: renovate-config-validator
3838
alias: renovate
3939
args: [--strict]
4040
- repo: https://github.com/biomejs/pre-commit
41-
rev: "v2.2.3"
41+
rev: "v2.4.10"
4242
hooks:
4343
- id: biome-check
4444
name: biome
4545
alias: biome
4646
args: [--unsafe]
4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.4.1
48+
rev: v2.4.2
4949
hooks:
5050
- id: codespell
5151
additional_dependencies: ["tomli>=2.2.1; python_version<'3.11'"]
5252
- repo: https://github.com/streetsidesoftware/cspell-cli
53-
rev: v9.2.0
53+
rev: v9.8.0
5454
hooks:
5555
- id: cspell
5656
name: cspell
5757
# entry: codespell --relative
5858
args: [--relative, --no-progress, --no-summary]
5959
- repo: https://github.com/sirosen/check-jsonschema
60-
rev: 0.33.3
60+
rev: 0.37.1
6161
hooks:
6262
- id: check-github-workflows
6363
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -77,20 +77,20 @@ repos:
7777
- id: debug-statements
7878
language_version: python3
7979
- repo: https://github.com/pappasam/toml-sort
80-
rev: v0.24.2
80+
rev: v0.24.4
8181
hooks:
8282
- id: toml-sort-fix
8383
alias: toml
8484
- repo: https://github.com/astral-sh/ruff-pre-commit
85-
rev: v0.12.12
85+
rev: v0.15.9
8686
hooks:
8787
- id: ruff-format
8888
alias: ruff
8989
- id: ruff-check
9090
args: ["--fix"]
9191
alias: ruff
9292
- repo: https://github.com/adrienverge/yamllint.git
93-
rev: v1.37.1
93+
rev: v1.38.0
9494
hooks:
9595
- id: yamllint
9696
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)