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 9
9
10
10
* Ian Lee <
[email protected] > joined the project as a maintainer.
11
11
12
- Bug fixes :
12
+ Changes :
13
13
14
14
* Report E731 for lambda assignment. (Issue #277)
15
15
@@ -22,15 +22,17 @@ Bug fixes:
22
22
* Report E266 instead of E265 when the block comment starts with
23
23
multiple ``#``. (Issue #270)
24
24
25
+ * Report E402 for import statements not at the top of the file. (Issue #264)
26
+
25
27
* Strip whitespace from around paths during normalization. (Issue #339 / #343)
26
28
27
29
* Update ``--format`` documentation. (Issue #198 / Pull Request #310)
28
30
29
- * Don't crash if Checker.build_tokens_line() returns None. (Issue #306)
30
-
31
31
* Add ``.tox/`` to default excludes. (Issue #335)
32
32
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)
34
36
35
37
36
38
1.5.7 (2014-05-29)
You can’t perform that action at this time.
0 commit comments