-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Labels
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 --allto update all managed Python versions astral-sh/uv#12977- Private Projects astral-sh/uv#8214
- Add
uv checkcommand to validatepyproject.tomluvconfiguration astral-sh/uv#9653
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 = Falsewntrblm/nox#650- Configure when
uvshould install Python wntrblm/nox#944
Ruff
Consider removingISC001from the conflict list with ruff format astral-sh/ruff#8272Implicit concatenated string formatting astral-sh/ruff#9457- Unified command for linting and formatting astral-sh/ruff#8232