Skip to content

Commit cd71a2d

Browse files
chore(deps): update pre-commit hooks
1 parent 0a479cd commit cd71a2d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: actionlint
2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 0.10.2
29+
rev: 0.10.4
3030
hooks:
3131
- id: pip-compile
3232
files: |
@@ -40,24 +40,24 @@ repos:
4040
- "--python-version=3.14"
4141
- "--output-file=requirements/docs.requirements.txt"
4242
- repo: https://github.com/python-jsonschema/check-jsonschema
43-
rev: 0.36.1
43+
rev: 0.36.2
4444
hooks:
4545
- id: check-github-workflows
4646
- id: check-renovate
4747
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
48-
rev: v2026.1.28
48+
rev: v2026.2.15
4949
hooks:
5050
- id: doccmd
5151
name: Ruff format docs
5252
language: python
5353
alias: ruff-format-docs
5454
args: ["--language", "python", "--no-pad-file", "--no-pad-groups", "--command", "ruff format", "docs/"]
5555
additional_dependencies:
56-
- ruff==0.15.1
56+
- ruff==0.15.2
5757
- id: doccmd
5858
name: Ruff check fix docs
5959
language: python
6060
alias: ruff-check-fix-docs
6161
args: ["--language", "python", "--no-pad-file", "--no-pad-groups", "--command", "ruff check --fix", "docs/"]
6262
additional_dependencies:
63-
- ruff==0.15.1
63+
- ruff==0.15.2

0 commit comments

Comments
 (0)