Skip to content

Commit 51c28bc

Browse files
[doc] Update duplicated messages for pycodestyle (#9384)
Added a missing message that duplicates behavior in `pycodestyle` to the FAQ. Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent 4ffbc72 commit 51c28bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can see the plugin you need to explicitly :ref:`load in the technical refere
7070
Which messages should I disable to avoid duplicates if I use other popular linters ?
7171
------------------------------------------------------------------------------------
7272

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
73+
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
7474

7575
pyflakes_: undefined-variable, unused-import, unused-variable
7676

0 commit comments

Comments
 (0)