redhat-cop / osia

Tool for reliable automated deployments of OpenShift Container Platform 4.x into OpenStack and AWS.
https://osia-python.rtfd.io
Apache License 2.0
12 stars 12 forks source link

Consider using Black #63

Open rnc opened 1 year ago

rnc commented 1 year ago

We switched to using Black on CEKit as it removes the discussions over code formatting and provides a nice simple formatted experience.

mijaros commented 1 year ago

I did some experimentation with Black and it seems nice, but I need to investigate how it is configured (there are some defaults I'm not fond of). I've found that it uses pyproject.toml which is great since the osia uses poetry, so I think there is a way forward :) Thank you for the suggestion, I'll keep this open to track progress on it.