From 8b5c8f4f762ed9f660f2d034ad5c602909c133f9 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sun, 25 Oct 2015 10:53:27 -0700 Subject: [PATCH] Fixed #452 - Mention `ignore` in Error codes and not Configuration --- docs/intro.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index 3a605eb2..97b0a68c 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -207,10 +207,6 @@ present (``.pep8`` file is also supported, but it is deprecated). If none of these files have a ``[pep8]`` section, no project specific configuration is loaded. -If the ``ignore`` option is not in the configuration and not in the arguments, -only the error codes ``E123/E133``, ``E226`` and ``E241/E242`` are ignored -(see below). - Error codes -----------