Skip to content

Commit f69f695

Browse files
chore(deps): update pre-commit hooks
1 parent c06bd43 commit f69f695

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-yaml
1818
- id: check-added-large-files
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.15.2
20+
rev: v0.15.4
2121
hooks:
2222
- id: ruff-check
2323
- id: ruff-format
@@ -26,7 +26,7 @@ repos:
2626
hooks:
2727
- id: actionlint
2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 0.10.4
29+
rev: 0.10.7
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.2
43+
rev: 0.37.0
4444
hooks:
4545
- id: check-github-workflows
4646
- id: check-renovate
4747
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
48-
rev: v2026.2.15
48+
rev: v2026.3.1
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.2
56+
- ruff==0.15.4
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.2
63+
- ruff==0.15.4

0 commit comments

Comments
 (0)