This is preparation work to add a new linter that will enforce this new sorting.
The command used was (excluding contrib/):
isort --profile=black --line-length=79 test/functional/feature_*
Differential D10201 Authored by PiRK on Sep 27 2021, 08:48.
Details
Summary This is preparation work to add a new linter that will enforce this new sorting. The command used was (excluding contrib/): isort --profile=black --line-length=79 test/functional/feature_* Test Plan ninja check-functional
Diff Detail
Event TimelineHerald added a reviewer: Restricted Project. · View Herald TranscriptSep 27 2021, 08:482021-09-27 08:48:03 (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 B16786: Diff 30169.Sep 27 2021, 09:072021-09-27 09:07:05 (UTC+0) This revision is now accepted and ready to land.Sep 28 2021, 17:582021-09-28 17:58:51 (UTC+0) Closed by commit rABCe227dd4c3ae5: sort python imports in feature_* functional tests (authored by PiRK). · Explain WhySep 29 2021, 15:462021-09-29 15:46:05 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30206 |