Skip to content

Commit 7b00595

Browse files
chore(deps): update pre-commit hooks
1 parent 373b3d4 commit 7b00595

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.5
20+
rev: v0.15.7
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.8
29+
rev: 0.10.12
3030
hooks:
3131
- id: pip-compile
3232
files: |
@@ -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.5
56+
- ruff==0.15.7
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.5
63+
- ruff==0.15.7

0 commit comments

Comments
 (0)