We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This cookiecutter template will generate a repository that uses black v20.8b1.
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.
black
click
Updating the default black version to be 22.3.0 for this template.
22.3.0
The text was updated successfully, but these errors were encountered:
I second this. Fixing this by just adding black = "==22.3.0" to dev-packages worked for me. I'll add a PR!
Sorry, something went wrong.
No branches or pull requests
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 ofclick
and will throw an error upon execution ofblack
.Recommendation
Updating the default
black
version to be22.3.0
for this template.The text was updated successfully, but these errors were encountered: