File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 99
1010* Ian Lee <ianlee1521@gmail.com> joined the project as a maintainer.
1111
12- Bug fixes :
12+ Changes :
1313
1414* Report E731 for lambda assignment. (Issue #277)
1515
@@ -22,15 +22,17 @@ Bug fixes:
2222* Report E266 instead of E265 when the block comment starts with
2323 multiple ``#``. (Issue #270)
2424
25+ * Report E402 for import statements not at the top of the file. (Issue #264)
26+
2527* Strip whitespace from around paths during normalization. (Issue #339 / #343)
2628
2729* Update ``--format`` documentation. (Issue #198 / Pull Request #310)
2830
29- * Don't crash if Checker.build_tokens_line() returns None. (Issue #306)
30-
3131* Add ``.tox/`` to default excludes. (Issue #335)
3232
33- * Report E402 for import statements not at the top of the file. (Issue #264)
33+ Bug fixes:
34+
35+ * Don't crash if Checker.build_tokens_line() returns None. (Issue #306)
3436
3537
36381.5.7 (2014-05-29)
You can’t perform that action at this time.
0 commit comments