flake8/docs/source/user
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
..
.keep Move docs directories into docs/source 2016-01-25 21:15:04 -06:00
configuration.rst Document priority of configuration files and command line 2019-08-07 10:31:14 +01:00
error-codes.rst Support pyflakes 2.2.x 2020-04-11 15:00:52 -07:00
index.rst Start writing new documentation around --select 2017-05-29 20:23:51 -05:00
invocation.rst Fix docs for --isolated flag 2018-09-09 19:22:58 -07:00
options.rst Allow disable-noqa to take a comma-separated list 2020-06-06 11:27:06 -07:00
python-api.rst Grammar fixes 2018-11-11 11:14:51 +02:00
using-hooks.rst Some typo fixes in git hooks docs 2020-01-16 11:28:43 -08:00
using-plugins.rst docs: Link fixes and redirect avoidance 2018-05-21 18:17:59 +02:00
violations.rst document that contents may appear before/after a noqa comment 2020-01-16 14:55:23 -08:00