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

false positive N802: function name should be lowercase when function startswith `__`

spaceone opened this issue · comments

def __login_is_locked(attrs):
    pass

returns function name should be lowercase [N802] while it is all lowercase.

Hm, fixed in latest version.