Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complain about missing space before opening parentheses of import statement | Ćukasz Rogalski | 2016-03-29 | 1 | -0/+14 |
| | | | | Solves issue #489 | ||||
* | Fix false report of E231 in some cases | Florent Xicluna | 2012-12-09 | 1 | -1/+1 |
| | |||||
* | E27 finds keyword at start of line | Chris Smith | 2012-10-21 | 1 | -0/+2 |
| | |||||
* | Make E27 checks twice as fast. | Florent Xicluna | 2012-06-01 | 1 | -1/+15 |
| | |||||
* | Catch syntax errors with E901; fix E27* to behave consistently with Python3. | Florent Xicluna | 2012-05-23 | 1 | -0/+4 |
| | |||||
* | Avoid extraneous whitespace around keywords. | Rick Harris | 2012-04-30 | 1 | -0/+10 |
Fixes #57 |