summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-25 23:28:21 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-25 23:28:21 +0100
commite9218880caa903765864a27fd024a690fe42a31d (patch)
tree42dd0061f75762ae2751b75fe585403215e55bc3 /CHANGES.txt
parentfed43c5b560c90995e2ea3f742f2bf6b6e497657 (diff)
downloadpep8-e9218880caa903765864a27fd024a690fe42a31d.tar.gz
Report E131 instead of E121 / E126 for unaligned hanging indent
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 82124be..963234d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,10 @@ Changes:
for hanging indent" instead of indentation not being a
multiple of 4.
+* Report E131 instead of E121 / E126 if the hanging indent is not
+ consistent within the same continuation block. It helps when
+ error E121 or E126 is in the ``ignore`` list.
+
* Report E126 instead of E121 when the continuation line is hanging
with extra indentation, even if indentation is not a multiple of 4.