diff --git a/doc/faq.rst b/doc/faq.rst index f4c5be31ef..26f793988b 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -70,7 +70,7 @@ You can see the plugin you need to explicitly :ref:`load in the technical refere Which messages should I disable to avoid duplicates if I use other popular linters ? ------------------------------------------------------------------------------------ -pycodestyle_: bad-indentation, bare-except, line-too-long, missing-final-newline, multiple-statements, singleton-comparison, trailing-whitespace, unnecessary-semicolon, unneeded-not, wrong-import-position +pycodestyle_: bad-indentation, bare-except, line-too-long, missing-final-newline, multiple-statements, singleton-comparison, trailing-newlines, trailing-whitespace, unnecessary-negation, unnecessary-semicolon, wrong-import-position pyflakes_: undefined-variable, unused-import, unused-variable