PyCQA / pep8-naming

Naming Convention checker for Python

Home Page:pypi.python.org/pypi/pep8-naming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warn about "Capitals_With_Underscore" names

dzhu opened this issue · comments

PEP8 describes "Capitals_With_Underscores" as ugly (https://www.python.org/dev/peps/pep-0008/#descriptive-naming-styles) and never recommends that it be used anywhere, but, as far as I can tell, pep8-naming doesn't show a warning for variable names that follow it.