From 4c5bf00cb613be617c7f48d3b2b82a1c7b895ac1 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Thu, 29 May 2014 19:57:51 +0200 Subject: Do not report E704 in the default configuration; issue #277 --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index e18add4..4bcfcf7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,10 +7,11 @@ Changelog * Report E731 for lambda assignment. (Issue #277) -* Report E704 for one-liner def instead of E701. (Issue #277) +* Report E704 for one-liner def instead of E701. + Do not report this error in the default configuration. (Issue #277) * Replace codes E111, E112 and E113 with codes E114, E115 and E116 - for wrong indentation of comments. (Issue #274) + for bad indentation of comments. (Issue #274) * Report E266 instead of E265 when the block comment starts with multiple ``#``. (Issue #270) -- cgit v1.2.1