This rule enforces PEP 8 function naming conventions (snake_case). i.e.,
Should be renamed
Functions flagged in the test suite can be safely renamed. Functions in the codebase would need to go through the deprecation process (or excluded from the rule if there's a good reason, i.e., API compatibility with a mirrored package).
This rule enforces PEP 8 function naming conventions (snake_case). i.e.,
Should be renamed
Functions flagged in the test suite can be safely renamed. Functions in the codebase would need to go through the deprecation process (or excluded from the rule if there's a good reason, i.e., API compatibility with a mirrored package).