flake8 plugin to validate #noqa comments - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-noqa
GNU Lesser General Public License v3.0
41
stars
6
forks
source link
multiline string with trailing comma causes false positive #15
Closed
jkittner closed 2 years ago
Having a multiline string as a positional argument inside a call with a trailing comma causes a false positive
causes:
however when removing the
noqa
:it yields:
removing the trailing comma fixes the false positive.