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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/test_framework/messages.py | ||
---|---|---|
77 ↗ | (On Diff #20214) | 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). |