@@ -10,27 +10,16 @@ Announcements:
10
10
11
11
Changes:
12
12
13
- * Add Gitter badge; #557
14
13
* Report E302 for blank lines before an "async def"; #556
15
- * Updated tox to do same tests as Travis CI (`setup.py test`).
16
- * Updated to use sheilds.io badges.
17
- * Updated text about running tests with tox; #552
18
- * Update maximum_line_length to use Checker.noqa; 538
19
- * Updated Travis CI doc link.
20
- * Updated docs related to tested Python versions.
21
- * Added skip missing interpreters flag to tox config.
22
- * Add test-requirements.txt with basic test packages.
23
- * Report E742 and E743 for badly named functions and classes.
24
- * Also report E741 on 'global' and 'nonlocal' statements.
25
- * Report E741 for prohibited single-letter variables.
26
- * Added venv/ (virtualenv) to list of git ignored filename patterns.
14
+ * Update our list of tested and supported Python versions which are 2.6 through 3.5 as well as the nightly Python build and PyPy.
15
+ * Report E742 and E743 for functions and classes badly named 'l', 'O', or 'I'.
16
+ * Report E741 on 'global' and 'nonlocal' statements, as well as prohibited single-letter variables.
27
17
28
18
Bugs:
29
19
30
- * Stop checking for string option type ; #561
20
+ * Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle 2.0.0 ; #561
31
21
* Require two blank lines after toplevel def, class; #536
32
- * Badly named single-letter variable names are not detected; #341
33
- * Fixing compound_statement not to be quadratic in # of :s; #314
22
+ * Remove accidentally quadratic computation based on the number of colons. This will make pycodestyle faster in some cases; #314
34
23
35
24
2.0.0 (2016-05-31)
36
25
------------------
0 commit comments