Skip to content

Commit 5d572bf

Browse files
chore(deps): update pre-commit hooks
1 parent be80287 commit 5d572bf

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
@@ -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.18
20+
rev: v0.15.21
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.11.23
29+
rev: 0.11.29
3030
hooks:
3131
- id: pip-compile
3232
files: |
@@ -40,7 +40,7 @@ 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.37.3
43+
rev: 0.37.4
4444
hooks:
4545
- id: check-github-workflows
4646
- id: check-renovate
@@ -53,11 +53,11 @@ repos:
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.18
56+
- ruff==0.15.21
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.18
63+
- ruff==0.15.21

0 commit comments

Comments
 (0)