Closed jebob closed 5 years ago
There is lots of code that doesn't follow PEP8, the python style guide. Rather than formatting everything by hand, is it worth using an automatic formatter? I am personally fond of Black and would be happy to submit a PR.
Here is an example: https://github.com/jebob/gdx-pandas/tree/black
It does modify the license comments by removing trailing spaces though.
There is lots of code that doesn't follow PEP8, the python style guide. Rather than formatting everything by hand, is it worth using an automatic formatter? I am personally fond of Black and would be happy to submit a PR.