These errors are added in newer versions of pycodestyle.
https://www.flake8rules.com/rules/E741.html
Details
Details
- Reviewers
jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGINGe02a92dc3354: Fix Flake8 E741 errors
rABCe02a92dc3354: Fix Flake8 E741 errors
With pycodestyle >= 2.6.0
arc lint --everything
Check there is no E741 error.
ninja check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- lint_flake8_e741
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 10825 Build 19587: Default Diff Build & Tests Build 19586: Build without Wallet Build 19585: Build with clang-10 Build 19584: arc lint + arc unit
Event Timeline
test/functional/test_framework/messages.py | ||
---|---|---|
77 | Nit: cs doesn't mean anything about the variable or what it contains. list or something would be better here (assuming l was supposed to be a list in the first place). |