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/rpc_*
See D10200 for the rationale regarding --profile=black --line-length=79
Differential D10204 Authored by PiRK on Sep 27 2021, 08:54.
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/rpc_* 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:542021-09-27 08:54:40 (UTC+0) PiRK added a child revision: D10124: add a linter for python imports.Sep 27 2021, 08:592021-09-27 08:59:22 (UTC+0) Harbormaster completed remote builds in B16789: Diff 30172.Sep 27 2021, 09:242021-09-27 09:24:02 (UTC+0) This revision is now accepted and ready to land.Sep 28 2021, 18:032021-09-28 18:03:43 (UTC+0) Closed by commit rABCa80445e2fff7: sort python imports in rpc_* functional tests (authored by PiRK). · Explain WhySep 29 2021, 15:472021-09-29 15:47:31 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30209 |