Open
Description
This issue tracks upstream issues that could in some way improve the experience of python-blueprint
.
uv
- Add a uv build backend astral-sh/uv#3957
- Upgrade dependencies in
pyproject.toml
(uv upgrade
) astral-sh/uv#6794 uv python upgrade --all
to update all managed Python versions astral-sh/uv#12977- Private Projects astral-sh/uv#8214
- Add
uv check
command to validatepyproject.toml
uv
configuration astral-sh/uv#9653 - Add a non-package-mode astral-sh/uv#10204
- Have
uv sync
default to--locked
astral-sh/uv#12372
Nox
[BUG] --no-reuse-existing-virtualenvs doesn't seem to work wntrblm/nox#488Add a single character shortcut for --no-reuse-existing-virtualenvs wntrblm/nox#624nox fails in CI even whennox.options.error_on_missing_interpreters = False
wntrblm/nox#650- Configure when
uv
should install Python wntrblm/nox#944
Ruff
Consider removingISC001
from the conflict list with ruff format astral-sh/ruff#8272Implicit concatenated string formatting astral-sh/ruff#9457- Implement flake8-broken-line astral-sh/ruff#3465