We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc5e2d commit 4f5e712Copy full SHA for 4f5e712
1 file changed
CHANGES.txt
@@ -5,6 +5,8 @@ Changelog
5
1.x (unreleased)
6
----------------
7
8
+Bug fixes:
9
+
10
* Report E731 for lambda assignment. (Issue #277)
11
12
* Report E704 for one-liner def instead of E701.
@@ -16,6 +18,8 @@ Changelog
16
18
* Report E266 instead of E265 when the block comment starts with
17
19
multiple ``#``. (Issue #270)
20
21
+* Strip whitespace from around paths during normalization. (Issue #339 / #343)
22
23
24
1.5.7 (2014-05-29)
25
------------------
0 commit comments