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 src/ test/ cmake/ share/
See D10200 for the rationale regarding --profile=black --line-length=79
Differential D10206
sort python imports in remaining test_framework and misc files PiRK on Sep 27 2021, 08:56. Authored by
Details
This is preparation work to add a new linter that will enforce this new sorting. The command used was: See D10200 for the rationale regarding --profile=black --line-length=79 ninja check-functional
Diff Detail
Event Timeline
|