Page MenuHomePhabricator

[python linting] apply aggressive mode in autopep8 (line wrapping)
ClosedPublic

Authored by markblundeberg on Feb 8 2020, 01:23.

Details

Summary

This adds the aggressive mode and then applies all sugggested
changes. Also I've removed the .autopep8 file, as I think it's
better to put things in the arclint file.

These are all just whitespace changes.

To fully reproduce these changes, install autopep8 1.5 and pycodestyle 2.5.0 (most
recent) which catches a few more things than the linux distro
versions. Older versions are happy with the result, but they
will suggest slightly fewer changes it seems.

Depends on D5215 D5216

Test Plan
ninja check-extended
arc lint --everything

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 8 2020, 01:54