We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d07233 commit 46a2d18Copy full SHA for 46a2d18
CHANGES.txt
@@ -2,6 +2,14 @@ Changelog
2
=========
3
4
5
+1.x (unreleased)
6
+----------------
7
+
8
+* Report E731 for lambda assignment. (Issue #277)
9
10
+* Report E704 for one-liner def instead of E701. (Issue #277)
11
12
13
1.5.7 (2014-05-29)
14
------------------
15
pep8.py
@@ -46,7 +46,7 @@
46
"""
47
from __future__ import with_statement
48
49
-__version__ = '1.5.7'
+__version__ = '1.6.0a0'
50
51
import os
52
import sys
0 commit comments