Some python scripts don't have a .py extension. This is a manual run prior to renaming the files so that they will be linted in the future.
The main entry point for the application will not get an extension, so add it to includes in .arclint
Depends on D15362
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCb1963b32cf36: [electrum] run black linter on scripts
arc lint -- electrum/electrum-abc
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
the extra blank line after the imports is not mandatory and not corrected by black (debugging leftover)
Comment Actions
don't add the scripts to .arclint, just run black manually so we can rename them to .py later