cookiecutter-pypackage
cookiecutter-pypackage copied to clipboard
A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
The change uses doc and dev groups for dependencies. Changed support for Python 3.9 up to 3.12.
* Date you used Cookiecutter PyPackage: 2023-01-03 * Cookiecutter version used, if any: * Python version, if any: Python 3.8 (GH Action environment) * Operating System: Ubuntu 18.04 (GH Action...
* Date you used Cookiecutter PyPackage: 2022-07-14 * Cookiecutter version used, if any: * Python version, if any: * Operating System: macos ### Description Followed Tutorial ### What I Did...
on my python 3.9 installation, the `pre-commit install` fails with no message. manually doing the command works correctly. Changing to `subprocess.run` fixes the issue. Thsnk for this awesome cookiecutter package...