Page MenuHomePhabricator

[autopep8] set max line length to 88
ClosedPublic

Authored by PiRK on Feb 28 2023, 15:56.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCf51dd765c274: [autopep8] set max line length to 88
Summary

This is becoming a new de-facto standard for recent python tools (flynt, black...), so it will allow me to introduce flynt as a an auto-formatting tool without having to tweak its line-lenght behavior, and maybe in the future add also black as a fomatting tool.

The upsides are:

  • less weird autopep8 line breaks
  • slightly less merge conflicts when backporting
Test Plan

arc lint --everything

Diff Detail

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