Start ignoring PEP8 E129 and E131

* PEP8 E129: visually indented line with same indent as next logical line
* PEP8 E131: unaligned for hanging indent
This commit is contained in:
Pedro Algarvio 2014-06-06 11:43:34 +01:00
parent 01a48b6b5b
commit 4146a0af1a

View file

@ -70,6 +70,8 @@ disable=R,
E8126,
E8127,
E8128,
E8129,
E8131,
E8265
# Disabled: