Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ repos:
hooks:
- id: ruff-format
- id: ruff-check
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.2
hooks:
- id: uv-lock
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.22
hooks:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
- {pull}`706` disables syntax highlighting for platform version information in session header.
- {pull}`707` drops support for Python 3.9 as it has reached end of life.
- {pull}`708` updates mypy and fixes type issues.
- {pull}`709` add uv pre-commit check.

## 0.5.5 - 2025-07-25

Expand Down
Loading