This issue tracks upstream issues that could in some way improve the experience of `python-blueprint`. ### uv - ~~https://github.com/astral-sh/uv/issues/3957~~ - #292 - https://github.com/astral-sh/uv/issues/6794 - https://github.com/astral-sh/uv/issues/12977 - https://github.com/astral-sh/uv/issues/8214 - https://github.com/astral-sh/uv/issues/9653 ### Nox - ~~https://github.com/wntrblm/nox/issues/488~~ - #214 - ~~https://github.com/wntrblm/nox/issues/624~~ - #115 - ~~https://github.com/wntrblm/nox/issues/650~~ - https://github.com/wntrblm/nox/issues/944 ### Ruff - ~~https://github.com/astral-sh/ruff/issues/8272~~ - #244 - ~~https://github.com/astral-sh/ruff/issues/9457~~ - #244 - https://github.com/astral-sh/ruff/issues/8232 ### Mypy - https://github.com/python/mypy/issues/17511
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#3957uv_build#292pyproject.toml(uv upgrade) astral-sh/uv#6794uv python upgrade --allto update all managed Python versions astral-sh/uv#12977uv checkcommand to validatepyproject.tomluvconfiguration astral-sh/uv#9653Nox
[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#650uvshould install Python wntrblm/nox#944Ruff
Consider removingISC001from the conflict list with ruff format astral-sh/ruff#8272Implicit concatenated string formatting astral-sh/ruff#9457Mypy
explicit-overrideby default instrictmode python/mypy#17511