cookiecutter-pypackage
cookiecutter-pypackage copied to clipboard
Popen fails at pre-commit install execution
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 ;)