Github user Stibbons commented on the issue:
https://github.com/apache/spark/pull/14567
I reworked my Pull Request:
- tox.ini and pep8rc are factorized
- manual pep8 fixes that are not done by autopep8 are done
- there is NO automatic formatting of the code. I propose to split this job
into 2 PR, one that is for script, config, and manual pep8 fixes, and one with
only automatic pep8/isort fixes.I will submit as a new pull request once this
one has been accepted. For information, it changes more than 1300 loc, so for
easing the review I have splitted. To find out the final state of each file,
here is the [full diff for
information](https://github.com/apache/spark/compare/master...Stibbons:python_import_reorg_plus_exec?expand=1)
I have switched to use the "Vertical" policy on multiple package import.
See how this [file will be
formatted](https://github.com/apache/spark/compare/master...Stibbons:python_import_reorg_plus_exec?expand=1#diff-102).
When if fit on 1 line, the module are just sorted. When it does not fit on 1
line, we use the "(" syntax for import.
Let me know what you think of this PR.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]