Stop complaining about PEP8 E265

This commit is contained in:
Pedro Algarvio 2014-06-06 01:13:07 +01:00
parent 6e6a8dbebf
commit 238690176f

View file

@ -69,7 +69,8 @@ disable=R,
E8125,
E8126,
E8127,
E8128
E8128,
E8265
# Disabled:
# R* [refactoring suggestions & reports]
@ -103,6 +104,7 @@ disable=R,
# F0401 (import-error)
#
# E812* All PEP8 E12*
# E8265 PEP8 E265 - block comment should start with "# "
# E8501 PEP8 line too long
[REPORTS]