Description
Naming convention checks can be added to flake8 runs through a dedicated plugin. Developers use pep8-naming to catch class, function, argument, and variable names that diverge from PEP 8 rules. It affects lint results only and does not change source files by itself.