We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccdc55 commit 6cb59d6Copy full SHA for 6cb59d6
1 file changed
CHANGES.txt
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+2.1.0 (unreleased)
5
+------------------
6
+
7
+Changes:
8
9
+* Added check E74x for using variables named 'l', 'O', or 'I'; #341
10
11
12
2.0.0 (2016-05-31)
13
------------------
@@ -16,7 +23,6 @@ Changes:
16
23
* Added check E275 for whitespace on `from ... import ...` lines; #489 / #491
17
24
* Added W503 to the list of codes ignored by default ignore list; #498
18
25
* Removed use of project level `.pep8` configuration file; #364
19
-* Added check E741 for using variables named 'l', 'O', or 'I'; #341
20
26
21
27
Bugs:
22
28
0 commit comments