We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks upstream issues that could in some way improve the experience of python-blueprint.
python-blueprint
pyproject.toml
uv python upgrade --all
uv check
uv
uv sync
--locked
nox.options.error_on_missing_interpreters = False
ISC001
explicit-override
strict
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue tracks upstream issues that could in some way improve the experience of
python-blueprint
.uv
pyproject.toml
astral-sh/uv#6794uv python upgrade --all
to update all managed Python versions astral-sh/uv#12977uv check
command to validatepyproject.toml
uv
configuration astral-sh/uv#9653uv sync
default to--locked
astral-sh/uv#12372Nox
[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#650pyproject.toml
wntrblm/nox#845uv
should install Python wntrblm/nox#944Ruff
Consider removingISC001
from the conflict list with ruff format astral-sh/ruff#8272Implicit concatenated string formatting astral-sh/ruff#9457Ruff PyCharm Plugin
(🎁) "organize imports" integration koxudaxi/ruff-pycharm-plugin#140Mypy
explicit-override
by default instrict
mode python/mypy#17511The text was updated successfully, but these errors were encountered: