We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffbc72 commit 51c28bcCopy full SHA for 51c28bc
doc/faq.rst
@@ -70,7 +70,7 @@ You can see the plugin you need to explicitly :ref:`load in the technical refere
70
Which messages should I disable to avoid duplicates if I use other popular linters ?
71
------------------------------------------------------------------------------------
72
73
-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
74
75
pyflakes_: undefined-variable, unused-import, unused-variable
76
0 commit comments