Page MenuHomePhabricator

[lint] Fix remaining variables shadowing python builtins and enable detection of shadowed variables going forward
ClosedPublic

Authored by sdulfari on Apr 20 2023, 19:52.

Details

Summary

This is the last step cleaning up variables shadowing python builtins. Going forward the linter will catch these and report an error.

Depends on D13748, D13749, and D13750

Test Plan
ninja check-functional

From project root:

flake8 | grep A001

Diff Detail

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