python-best-practices-cookiecutter
python-best-practices-cookiecutter copied to clipboard
Update Version of Black
Description
This cookiecutter template will generate a repository that uses black v20.8b1.
According to this issue, this version of black is not compatible with newer versions of click and will throw an error upon execution of black.
Recommendation
Updating the default black version to be 22.3.0 for this template.
I second this. Fixing this by just adding black = "==22.3.0" to dev-packages worked for me. I'll add a PR!