flake8/docs
Peter Linss f34b017963
Allow disable-noqa to take a comma-separated list
A bare --disable-noqa option still sets the value to True,
this adds boolean strings, e.g. --disable-noaq=true,
as well as a comma-separated list of codes to disable noqa for.

Changes the is_inline_ignored method to accept both the boolean
and comma-separated list values and act appropriately.

Fixes #667
2020-06-06 11:27:06 -07:00
..
build Start creating documentation 2016-01-19 07:19:16 -06:00
source Allow disable-noqa to take a comma-separated list 2020-06-06 11:27:06 -07:00