Releases: kdeldycke/workflows
Releases · kdeldycke/workflows
v3.5.7
Changes
- Use
uv
to install and run tools.
- Fix markdown autofix.
v3.5.6
Changes
- Use
uv
to install mdformat
.
v3.5.5
Changes
- Run Nuitka builds on Python 3.12.
- Auto cleanup PRs produced by awesome template sync job.
v3.5.4
Changes
- Fix
mypy
run for Poetry projects.
v3.5.3
Changes
- Pin
uv
version everywhere to improve stability.
- Fix mypy execution and dependency installation.
v3.5.2
Changes
- Install all extra dependencies before checking typing with
mypy
.
v3.5.1
Changes
- Requires typing dependencies to be set in a
typing
group in pyproject.toml
.
- Install all extra dependencies on doc generation.
v3.5.0
Changes
- Requires Sphinx dependencies to be set in a
docs
group in pyproject.toml
.
- Let
pipdeptree
resolve the Python executable to use in a virtual environment.
- Do not let Nuitka assume a Python package is bundled with its unittests in a
tests
subfolder.
- Reduce number of
git
calls to produce .mailmap
. Refs #984.
v3.4.6
Changes
- Dynamiccaly search the Python executable used by Poetry.