Skip to content

Commit 48d0286

Browse files
authored
Add uv lock pre-commit check. (#709)
1 parent 1d5b3ef commit 48d0286

File tree

3 files changed

+161
-1053
lines changed

3 files changed

+161
-1053
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ repos:
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff-check
32+
- repo: https://github.com/astral-sh/uv-pre-commit
33+
rev: 0.9.2
34+
hooks:
35+
- id: uv-lock
3236
- repo: https://github.com/executablebooks/mdformat
3337
rev: 0.7.22
3438
hooks:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
1212
- {pull}`706` disables syntax highlighting for platform version information in session header.
1313
- {pull}`707` drops support for Python 3.9 as it has reached end of life.
1414
- {pull}`708` updates mypy and fixes type issues.
15+
- {pull}`709` add uv pre-commit check.
1516

1617
## 0.5.5 - 2025-07-25
1718

0 commit comments

Comments
 (0)