Update black to a non pre-release version (black==22.1.0) #1327
Labels
Community
Issue/PR opened by the open-source community
dependencies
Pull requests that update a dependency file
Issue: Feature Request
New feature or improvement to existing feature
Description
The kedro template still use
black==21.5b1
which is a pre-release version non covered by the stability policy of the last 22.1.0 version.Context
I would like to be able to install a non prelease version of black and to benefit for their stability policy. I also think it is better for kedro not to rely on a pre-release version if an official release is available (e.g. to avoid warning from internal security tools).
Possible Implementation
black==22.1.0
in the template requirementsUnless I miss something which would have some other impact, I can open a PR.
Possible Alternatives
Let people change the black version themselves in their templates. Since click was upgraded in #1193 , this will be possible in
kedro=0.18
. I do not really like this option (you have to remember to do this each time you start a kedro project + you have a first commit with pure formatting change which is less readable) but this would be a possible workaround.The text was updated successfully, but these errors were encountered: