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.
Description
This cookiecutter template will generate a repository that uses
black v20.8b1.According to this issue, this version of
blackis not compatible with newer versions ofclickand will throw an error upon execution ofblack.Recommendation
Updating the default
blackversion to be22.3.0for this template.