File tree Expand file tree Collapse file tree 3 files changed +161
-1053
lines changed Expand file tree Collapse file tree 3 files changed +161
-1053
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments