summaryrefslogtreecommitdiff
path: root/testsuite/E90.py
Commit message (Expand)AuthorAgeFilesLines
* Expect lines to be indented 8 places when tabs are usedJon Dufresne2019-01-311-1/+1
* Add check for over-indented blocksJon Dufresne2019-01-241-1/+1
* Don't report E701 for variable annotations (#612)Anthony Sottile2017-01-241-1/+1
* Merge. Allow long lines in docstrings and comments.Florent Xicluna2014-03-251-1/+1
|\
* | A false positive E126 with embedded colon; fixes #144Florent Xicluna2014-03-241-1/+1
* | Do not report multiple E101 if only one line starts with a tab; issue #237Florent Xicluna2014-03-241-1/+1
* | Improve the test framework to count the errors, motivated by issue #237Florent Xicluna2014-03-241-2/+2
|/
* Fix a false E128 for indentation with tabs and add tests; issue #155Florent Xicluna2013-02-241-1/+1
* Fix crash when the source file contains an invalid line ending; closes #119Florent Xicluna2012-12-221-0/+7
* Back to development; fix issue #81.Florent Xicluna2012-06-151-1/+1
* Review the E12 checks.Florent Xicluna2012-06-151-1/+1
* Fix a crash when too many brackets are closed.Florent Xicluna2012-06-021-0/+9
* Catch syntax errors with E901; fix E27* to behave consistently with Python3.Florent Xicluna2012-05-231-0/+10