We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b75c4d commit f55b1c5Copy full SHA for f55b1c5
1 file changed
CHANGES.txt
@@ -10,6 +10,7 @@ Changes:
10
* Improved performance of `compound_statements` check; #314 / #522
11
* Fixed remaining references to `pep8`; #518 / #530
12
* Added `noqa` support for `maximum_line_length` check; #538
13
+* Added check E305 for two blank lines after toplevel methods and classes; #400
14
15
16
2.0.0 (2016-05-31)
@@ -26,7 +27,6 @@ Changes:
26
27
* Added check E275 for whitespace on `from ... import ...` lines; #489 / #491
28
* Added W503 to the list of codes ignored by default ignore list; #498
29
* Removed use of project level `.pep8` configuration file; #364
-* Added check E305 for two blank lines after toplevel method and toplevel class; #400
30
31
Bugs:
32
0 commit comments