OmegaK2 / PyPoE

Collection of Python Tools for Path of Exile
Other
237 stars 92 forks source link

Major refactor of all code in /PyPoE to add full PEP-8 compliance. #112

Closed ppoelzl closed 4 years ago

ppoelzl commented 4 years ago

Automatically refactored using "black -l 80 -S".

OmegaK2 commented 4 years ago

I've looked over that a bit I can't say I'm happy with all the changes the script made. Some of the dict, lists/arguments are formatted in a strange way. It also inlines some things I specifically want to be multiline, and multilines others that I'd rather have inline.

PEP8-ifying needs a more manual process for the whole project, so I'm closing this.

ppoelzl commented 4 years ago

@OmegaK2 Can you elaborate what you are unhappy with and how this process should look like?