This is preparation work to add a new linter that will enforce this new sorting.
The command used was:
isort --profile=black --line-length=79 test/functional/p2p_*
See D10200 for the rationale regarding --profile=black --line-length=79
Differential D10203 Authored by PiRK on Sep 27 2021, 08:52.
Details
Summary This is preparation work to add a new linter that will enforce this new sorting. The command used was: isort --profile=black --line-length=79 test/functional/p2p_* See D10200 for the rationale regarding --profile=black --line-length=79 Test Plan ninja check-functional
Diff Detail
Event TimelineHerald added a reviewer: Restricted Project. · View Herald TranscriptSep 27 2021, 08:522021-09-27 08:52:36 (UTC+0) PiRK added a child revision: D10124: add a linter for python imports.Sep 27 2021, 08:592021-09-27 08:59:23 (UTC+0) Harbormaster completed remote builds in B16788: Diff 30171.Sep 27 2021, 09:212021-09-27 09:21:09 (UTC+0) This revision is now accepted and ready to land.Sep 28 2021, 18:022021-09-28 18:02:01 (UTC+0) Closed by commit rABC2c523fa47665: sort python imports in p2p_* functional tests (authored by PiRK). · Explain WhySep 29 2021, 15:472021-09-29 15:47:30 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30171 |