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
- Branch
- get_merkle_root_verbosity
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 26829 Build 53226: Build Diff electrum-tests Build 53225: arc lint + arc unit
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