summaryrefslogtreecommitdiff
path: root/testsuite/E30.py
Commit message (Expand)AuthorAgeFilesLines
* 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