summaryrefslogtreecommitdiff
path: root/testsuite/E30.py
Commit message (Expand)AuthorAgeFilesLines
* E306: fix detection inside `async def`E306_async_defAnthony Sottile2020-04-281-0/+5
* Allow N-and-fewer blank lines before the first top level thingAnthony Sottile2020-03-231-5/+0
* Fix E302 false negative in presence of decorators.Antony Lee2019-03-261-0/+8
* Allow omitting blank lines around one-liner definitions.Antony Lee2019-01-051-0/+18
* Finalize support for Python 3.7Adi Roiban2018-03-241-1/+1
* Report E704 for async def as well (#611)Anthony Sottile2017-01-241-0/+7
* warn about bare except clauseƁukasz Rogalski2016-12-281-1/+1
* Merge pull request #555 from memeplex/masterIan Cordasco2016-08-111-0/+22
|\
| * Special case for nested functions an classes (fixes #28)memeplex2016-06-281-0/+22
* | Report E302 for blank lines before an "async def"Mark Peek2016-07-011-0/+6
|/
* Added test case based on @gvanrossum commentIan Lee2016-06-251-0/+11
* Fix issue #400: Require two blank lines after toplevel def, classNikhil Benesch2016-06-251-0/+29
* Fix negative offset with E303 before a multi-line docstring; issue #269Florent Xicluna2014-04-051-0/+8
* Report correct line number for E303 with comments; issue #60Florent Xicluna2014-04-031-11/+14
* Fix false E302 when there's a comment before the first function or class; iss...Florent Xicluna2013-03-011-0/+13
* Reorganize the test suite in order to check more failures with fewer test files.Florent Xicluna2010-09-111-0/+66