summaryrefslogtreecommitdiff
path: root/testsuite/E27.py
Commit message (Expand)AuthorAgeFilesLines
* add example cases for incorrect E275 from reverted patchAnthony Sottile2021-10-051-0/+2
* complain about missing space before opening parentheses of import statementƁukasz Rogalski2016-03-291-0/+14
* 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