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/wallet_*
See D10200 for the rationale regarding --profile=black --line-length=79
Differential D10205 Authored by PiRK on Sep 27 2021, 08:55.
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/wallet_* 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:552021-09-27 08:55:46 (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 B16790: Diff 30173.Sep 27 2021, 09:332021-09-27 09:33:10 (UTC+0) This revision is now accepted and ready to land.Sep 28 2021, 18:042021-09-28 18:04:39 (UTC+0) Harbormaster completed remote builds in B16804: Diff 30195.Sep 29 2021, 07:202021-09-29 07:20:15 (UTC+0) Closed by commit rABCfb4d8d48ff42: sort python imports in wallet_* 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 30173 |