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
poetry lock --check
poetry check --lock
poetry install --only
nox.options.error_on_missing_interpreters = False
nox-poetry
poetry.lock
ISC001
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
.Poetry
pyproject.toml
python-poetry/poetry#461Support for application-first, library-first, and non-package modes that change Poetry defaults python-poetry/poetry#1132 (For non-wheel-packaged applicationsReplacepoetry lock --check
withpoetry check --lock
python-poetry/poetry#6756Invalid group names inpoetry install --only
are silently ignored python-poetry/poetry#7303Nox
[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#650nox-poetry
poetry.lock
has changed cjolowicz/nox-poetry#1063Ruff
ISC001
from the conflict list with ruff format astral-sh/ruff#8272Ruff PyCharm Plugin
The text was updated successfully, but these errors were encountered: