Page MenuHomePhabricator

Enable flake8 warnings for all currently non-violated rules
ClosedPublic

Authored by Fabien on Jun 28 2019, 15:03.

Details

Summary

Also include an unrelated variable rename:
Fix accidental redefinition via list comprehension
to be in par with core as it is part of the PR.

I removed W504 as it conflicts with autopep8, and W605 as it throws a lot of warnings. They will be
fixed and added in follow-ups to not bloat this diff.

Backport of core PR12295
https://github.com/bitcoin/bitcoin/pull/12295/files

Test Plan
arc lint --everything

Diff Detail

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

Event Timeline

Remove unrelated change

This revision is now accepted and ready to land.Jun 28 2019, 16:33