Another PEP-8 preciosity disabled

This commit is contained in:
Pedro Algarvio 2015-04-22 00:46:20 +01:00
parent 022a43aaa9
commit 430c5cfdf7

View file

@ -72,6 +72,7 @@ disable=R,
F0220,
F0401,
E8501,
E8116,
E8121,
E8122,
E8123,
@ -121,6 +122,7 @@ disable=R,
# W1202 (logging-format-interpolation) Use % formatting in logging functions but pass the % parameters as arguments
# W1307 (invalid-format-index) Using invalid lookup key '%s' in format specifier "0['%s']"
#
# E8116 PEP8 E116: unexpected indentation (comment)
# E812* All PEP8 E12*
# E8265 PEP8 E265 - block comment should start with "# "
# E8266 PEP8 E266 - too many leading '#' for block comment