From d03ab8281e01a91ca70743ff6232f4323f7edad9 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 16 Jun 2016 10:23:00 +0400 Subject: [PATCH] Update pycodestyle default ignores doc --- docs/config.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index c4d94d7..4b39f8b 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -40,8 +40,9 @@ Default ------- 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 the :ref:`warning and error codes `). +the error codes ``E121/E123/E126``, ``E226``, ``E241/E242``, ``E704`` and +``W503`` are ignored (see :ref:`warning and error codes ` for their +their meaning). Settings --------