cookiecutter-hypermodern-python
cookiecutter-hypermodern-python copied to clipboard
Hypermodern Python Cookiecutter
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.0 to 5.20.1. Release notes Sourced from release-drafter/release-drafter's releases. v5.20.1 What's Changed Bug Fixes Add missing inputs to action config (#1202) @gilbertsoft Documentation Add more comments about...
See: https://stackoverflow.com/questions/59882884/vscode-doesnt-show-poetry-virtualenvs-in-select-interpreter-option I have added a command that allows VSCode users to see and use the virtualenv created by Poetry inside the development environment.
Bumps [nox](https://github.com/wntrblm/nox) from 2022.1.7 to 2022.8.7. Release notes Sourced from nox's releases. 2022.8.7 🧚 We'd like to thank the following folks who contributed to this release: @CN-M @crwilcox @DiddiLeija @edgarrmondragon...
I think this plugin is unnecessary since it is possible to add bandit directly on pre-commit: https://github.com/PyCQA/bandit/blob/main/.pre-commit-hooks.yaml flake8-bandit is barely maintained compared to flake8 and bandit, it is now not...
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.14.1 to 20.16.3. Release notes Sourced from virtualenv's releases. 20.16.2 What's Changed release 20.16.1 by @gaborbernat in pypa/virtualenv#2390 Bump embed pip by @gaborbernat in pypa/virtualenv#2391 Full Changelog:...
Bumps [pip](https://github.com/pypa/pip) from 22.1.2 to 22.2.2. Changelog Sourced from pip's changelog. 22.2.2 (2022-08-03) Bug Fixes Avoid AttributeError when removing the setuptools-provided _distutils_hack and it is missing its implementation. ([#11314](https://github.com/pypa/pip/issues/11314) <https://github.com/pypa/pip/issues/11314>_)...
Hello @cjolowicz, thanks for this excellent framework. That's what I was looking for. More than 30 test help to move my Python project to a higher quality level. Now I...
Just FYI: https://github.com/cleder/ep2022
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...