MINOR: [Python] Fix pre-commit and archery flake8 to honor pyarrow config#15067
MINOR: [Python] Fix pre-commit and archery flake8 to honor pyarrow config#15067raulcd merged 3 commits intoapache:masterfrom
Conversation
assignUser
left a comment
There was a problem hiding this comment.
A small fix is needed for the lint job.
| - file | ||
| - python | ||
| exclude: vendored | ||
| args: [--config, python/setup.cfg] |
There was a problem hiding this comment.
I don't think we need the absolute path here as precommit should run within the arrow dir by default?
There was a problem hiding this comment.
Yes, I assume so
Co-authored-by: Jacob Wujciak-Jens <[email protected]>
|
Benchmark runs are scheduled for baseline = 16c85b2 and contender = 2f8e2b2. 2f8e2b2 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
#14769 changed the flake8 config for pyarrow to raise max line length to 88, but our linting checks didn't actually follow that.