summaryrefslogtreecommitdiff
path: root/testsuite/E27.py
Commit message (Collapse)AuthorAgeFilesLines
* complain about missing space before opening parentheses of import statementƁukasz Rogalski2016-03-291-0/+14
| | | | Solves issue #489
* Fix false report of E231 in some casesFlorent Xicluna2012-12-091-1/+1
|
* E27 finds keyword at start of lineChris Smith2012-10-211-0/+2
|
* Make E27 checks twice as fast.Florent Xicluna2012-06-011-1/+15
|
* Catch syntax errors with E901; fix E27* to behave consistently with Python3.Florent Xicluna2012-05-231-0/+4
|
* Avoid extraneous whitespace around keywords.Rick Harris2012-04-301-0/+10
Fixes #57