Page MenuHomePhabricator

[lint] Ignore shadowing of ord() and chr() builtins in testgen/base58.py
ClosedPublic

Authored by sdulfari on Apr 20 2023, 18:46.

Details

Summary

Ignore A001 since we are explicitly overridding the builtin behavior. Overridding builtins is very hacky but this should be backported out of the code base in the future so it is not worth worrying about.

Test Plan
flake8 contrib/testgen/base58.py | grep A001  # empty

Diff Detail

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