yapf: Code formatting tool for Python. It ensures consistency of style across a project.
You can find additional options which you can use within the Radon command and one of them as we saw not long ago, is the -nc option. Below I’ve copied the set of changes from the autopep8 documentation which are safe as they only modify white space. However, I favor to exclude E26 fixes as…