PyCQA / pycodestyle

Simple Python style checker in one Python file

Home Page:https://pycodestyle.pycqa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not all errors get ignored when comment on same line

1lutz opened this issue · comments

When the setup.cfg contains a line like

ignore = E501,W503 # line length is check with pylint

only the first error is ignored.

Both errors get ignored when the comment is removed.

search the issue tracker about comments. your configuration is not valid as written