flake8-builtins icon indicating copy to clipboard operation
flake8-builtins copied to clipboard

noqa does not ignore the error

Open cleder opened this issue 7 years ago • 0 comments

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

cleder avatar Jul 10 '18 16:07 cleder