Skip to content

Commit 8db555b

Browse files
committed
Update pre-commit hooks
1 parent 4422ab9 commit 8db555b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-shebang-scripts-are-executable
1515
exclude: ".*\\.in"
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.0
17+
rev: v0.15.4
1818
hooks:
1919
- id: ruff-check
2020
args: [--fix]
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: pymarkdown
2626
- repo: https://github.com/astral-sh/uv-pre-commit
27-
rev: 0.9.30
27+
rev: 0.10.7
2828
hooks:
2929
- id: uv-lock
3030
name: Sync uv.lock with pyproject.toml

0 commit comments

Comments
 (0)