flake8-builtins
flake8-builtins copied to clipboard
noqa does not ignore the error
In version 1.4.1:
def id(self): # noqa: D102, A003
raises a flake8 violation although it is explicitly ignored.
A003 "id" is a python builtin, consider renaming the class attribute