We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f00bed commit a7362deCopy full SHA for a7362de
CHANGES.txt
@@ -13,11 +13,13 @@ Announcements:
13
Changes:
14
15
* Added tox test support for Python 3.5 and pypy3
16
+* Added check E275 for whitespace on `from ... import ...` lines; #489 / #491
17
+* Added W503 to the list of codes ignored by default ignore list; #498
18
19
Bugs:
20
-* Fixed bug with treating `~` operator as binary; #384
-* Identify binary operators as unary; #484
21
+* Fixed bug with treating `~` operator as binary; #383 / #384
22
+* Identify binary operators as unary; #484 / #485
23
24
1.7.0 (2016-01-12)
25
------------------
0 commit comments