We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5b3ef commit 48d0286Copy full SHA for 48d0286
3 files changed
.pre-commit-config.yaml
@@ -29,6 +29,10 @@ repos:
29
hooks:
30
- id: ruff-format
31
- id: ruff-check
32
+- repo: https://github.com/astral-sh/uv-pre-commit
33
+ rev: 0.9.2
34
+ hooks:
35
+ - id: uv-lock
36
- repo: https://github.com/executablebooks/mdformat
37
rev: 0.7.22
38
CHANGELOG.md
@@ -12,6 +12,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
12
- {pull}`706` disables syntax highlighting for platform version information in session header.
13
- {pull}`707` drops support for Python 3.9 as it has reached end of life.
14
- {pull}`708` updates mypy and fixes type issues.
15
+- {pull}`709` add uv pre-commit check.
16
17
## 0.5.5 - 2025-07-25
18
0 commit comments