Closed Seanny123 closed 4 years ago
Currently, the code sets off multiple warnings, even with a conservative pylint configuration. This is understandable, because code formatting is annoying. black automatically does code-formatting for you.
pylint
black
I've done everything I wanted to do to clean up the code. You can now run black and submit a PR.
Currently, the code sets off multiple warnings, even with a conservative
pylint
configuration. This is understandable, because code formatting is annoying.black
automatically does code-formatting for you.