flake8/docs/source
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
..
internal Fix typos 2019-12-02 15:38:48 +00:00
plugin-development move from optparse to argparse 2019-08-17 20:09:45 -07:00
release-notes Release 3.8.2 2020-05-22 15:36:22 -07:00
user Allow disable-noqa to take a comma-separated list 2020-06-06 11:27:06 -07:00
conf.py Update documentation links to latest Python 3 documentation 2018-06-10 11:23:28 -07:00
faq.rst Update FAQ to be a bit clearer 2016-06-21 07:36:40 -05:00
glossary.rst docs: Add missing semicolon to term link 2020-03-25 19:45:46 +01:00
index.rst Add a man page for Flake8 2016-11-13 14:40:14 -06:00
manpage.rst Allow disable-noqa to take a comma-separated list 2020-06-06 11:27:06 -07:00
requirements.txt Document flake8-polyfill in compatibility section 2016-07-20 08:12:45 -05:00