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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
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
.Poetry
How do I make part of and auto-enable plugins in my project python-poetry/poetry#5729pyproject.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
Consider removingISC001
from the conflict list with ruff format astral-sh/ruff#8272Implicit concatenated string formatting astral-sh/ruff#9457Ruff PyCharm Plugin
Mypy
explicit-override
by default instrict
mode python/mypy#17511The text was updated successfully, but these errors were encountered: