From d225687c028b8fdee951d8d01cb48dd659910776 Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Sat, 16 Feb 2019 10:16:12 -0700 Subject: [PATCH] options.rst: Update --ignore defaults to match code 3d512ae added W503 and W504 to defaults.IGNORE, but the documentation was never updated. This commit updates the docs to match the code. Signed-off-by: Kevin Locke --- docs/source/user/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index 00164ae..ba31691 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -399,7 +399,7 @@ Options and their Descriptions need only specify ``W23`` to ignore them. This also works for ``W2`` and ``W`` (for example). - This defaults to: ``E121,E123,E126,E226,E24,E704`` + This defaults to: ``E121,E123,E126,E226,E24,E704,W503,W504`` Command-line example: