Skip to content

Commit

Permalink
Extend underline
Browse files Browse the repository at this point in the history
  • Loading branch information
danrneal authored May 27, 2020
1 parent 1b5d0a2 commit bf48ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ messages are from the Python 3 porting checker, which is disabled by
default. It needs special activation with the ``--py3k`` flag.

4.8 I am using another popular linter alongside pylint. Which messages should I disable to avoid duplicates?
-------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------

pycodestyle: unneeded-not, line-too-long, unnecessary-semicolon, trailing-whitespace, missing-final-newline, bad-indentation, mixed-indentation, multiple-statements, bad-whitespace, bad-continuation, bare-except

Expand Down

0 comments on commit bf48ea2

Please sign in to comment.