Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finalize support for Python 3.7 | Adi Roiban | 2018-03-24 | 1 | -1/+1 |
* | Report E704 for async def as well (#611) | Anthony Sottile | 2017-01-24 | 1 | -0/+4 |
* | Report E731 for lambda assignment, return E704 for one-liner def instead of E... | Florent Xicluna | 2014-04-26 | 1 | -6/+13 |
* | Fix E70x not detected sometimes; issue #196 | Florent Xicluna | 2013-05-03 | 1 | -0/+4 |
* | Report E703 instead of E702 for the trailing semicolon. Issue #117 | Florent Xicluna | 2012-12-26 | 1 | -0/+2 |
* | Fix false positive E401; issue #104. | Florent Xicluna | 2012-07-14 | 1 | -0/+3 |
* | Reorganize the test suite in order to check more failures with fewer test files. | Florent Xicluna | 2010-09-11 | 1 | -0/+4 |