commit | 556f9155db15db18e972655ec6f79d7f4c9a6c6c | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Thu Oct 13 01:27:38 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Thu Oct 13 01:27:38 2016 -0700 |
tree | 75f0474e8255836ff7106862df7c93ccd7af54eb | |
parent | e6c9357246dcf701ec3d52fc3ea1f9971f5b804b [diff] [blame] |
Enforce two blank lines after def/class definition Closes #311
diff --git a/CHANGELOG b/CHANGELOG index 54ac591..5b85e4d 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -11,6 +11,8 @@ line, which seems logical. - It's not really more readable to split before a dictionary value if it's part of a dictionary comprehension. +- Enforce two blank lines after a function or class definition, even before a + comment. This is related to PEP8 error E305. ## [0.12.2] 2016-10-09 ### Fixed