Page MenuHomePhabricator

[electrum] run isort on python scripts with no extension
ClosedPublic

Authored by PiRK on Feb 1 2024, 10:56.

Details

Summary

Run the ISort linter on python code that was not linted because it was missing the .py extension. In a following commit, we will rename them so they will be linted automatically.
The main entry point for the application will not get a .py extension, so add it to include in .arclint.

Depends on D15357

Test Plan
arc lint -- electrum/electrum-abc

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Feb 1 2024, 10:56
PiRK retitled this revision from [electrum] run the isort linter on python scripts with no extension to [electrum] run isort on python scripts with no extension.
PiRK edited the summary of this revision. (Show Details)
PiRK edited the test plan for this revision. (Show Details)

don't add the sripts dir to .arclint, we will just rename the script to have the .py extension

This revision is now accepted and ready to land.Feb 1 2024, 17:30