-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Python/CI] Use pep8speaks for Python PRs #19019
Copy link
Copy link
Closed
Description
It would be nice if we would get automated comments by https://pep8speaks.com/ on the Python PRs. This should be much better readable than the current flake8 ouput in the Travis logs. This issue is split up into two tasks:
- Create an issue with INFRA kindly asking them for activating pep8speaks for Arrow
- Setup
.pep8speaks.ymlto align with ourflake8config. For reference, see Pandas' config: https://github.com/pandas-dev/pandas/blob/master/.pep8speaks.yml
Note: This issue was originally created as ARROW-2621. Please see the migration documentation for further details.
Reactions are currently unavailable