python-blueprint icon indicating copy to clipboard operation
python-blueprint copied to clipboard

🐍 Example Python project using best practices 🥇

Results 12 python-blueprint issues
Sort by recently updated
recently updated
newest added

If/when the `flake8` developers decide to support `pyproject.toml`, should move `flake8` configuration to that to consolidate configurations. - https://github.com/PyCQA/flake8/issues/234 (locked) # Current Status This comment lists blockers the Flake8 developers...

enhancement
upstream

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 ###...

upstream

Consider including https://github.com/asottile/pyupgrade as a way to lint against old code forms.

enhancement

[darglint](https://github.com/terrencepreilly/darglint) can lint Google Style docstrings and could be a useful addition. One concern is the maintainer is no longer using Python: https://github.com/terrencepreilly/darglint#project-status Finally, ideally the configuration would be in...

enhancement

Poetry 1.2 has been released: - https://github.com/python-poetry/poetry/issues/5586 - https://python-poetry.org/blog/announcing-poetry-1.2.0/ New features of particular significance - Dependency groups - `--sync` - `--with` / `--only` Related: - https://github.com/cjolowicz/nox-poetry/issues/663

enhancement

Poetry added a warning that shows up when using `nox-poetry`: - https://github.com/python-poetry/poetry/pull/8562 ``` nox > poetry export --format=requirements.txt --with=nox --with=install --with=test --with=type_check --with=lint --without-hashes Warning: poetry-plugin-export will not be installed...

bug
upstream

Update `Dockerfile` to address: - https://docs.docker.com/reference/build-checks/legacy-key-value-format/

enhancement

Given the funding and momentum behind [uv](https://docs.astral.sh/uv/), it seems inevitable that it will become the most powerful, de facto packaging tool for Python. When it is deemed ready, it should...

enhancement

When `ty`, Astral's Python type checker, is out of preview-status, evaluate replacing Mypy with it. - https://github.com/astral-sh/ty

enhancement
upstream

Evaluate Material for Mkdocs replacement, Zensical, when it fully launches - https://github.com/squidfunk/mkdocs-material/issues/8523 - https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/ - https://github.com/squidfunk/mkdocs-material/discussions/8540 `mkdoctstrings` also is shutting down and the maintainer moving to Zensical - https://github.com/mkdocstrings/mkdocstrings/discussions/806 The...

enhancement
upstream