summaryrefslogtreecommitdiff
path: root/testsuite/E12not.py
Commit message (Expand)AuthorAgeFilesLines
* Generalize E275 to require space after all keywords, not just "import".Antony Lee2022-04-171-3/+3
* Support visual indent of continuation lines after with/assert/raise.Antony Lee2020-02-261-0/+20
* Fix up testsuite for W504Ian Stapleton Cordasco2018-01-171-17/+12
* Add W504 for line breaks before binary operatorsIan Cordasco2018-01-171-6/+5
* Add W605 warning for invalid escape sequences in string literalsJon Dufresne2017-09-101-4/+4
* Fix issue #400: Require two blank lines after toplevel def, classNikhil Benesch2016-06-251-0/+3
* Remove noise from testsuite/E12not.pyFlorent Xicluna2014-12-151-2/+0
* Report E402 for imports not on top of file; issue #264. Also add ability to k...Dmitry Jemerov2014-07-241-1/+1
* Fix false positive E121/E126 with multi-line string; issue #265Florent Xicluna2014-04-031-0/+12
* A false positive E126 with embedded colon; fixes #144Florent Xicluna2014-03-241-0/+12
* Added a test from issue #215Florent Xicluna2014-03-241-0/+3
* Fix a false positive E124 for hanging indent: issue #254Florent Xicluna2014-03-231-0/+29
* Fix regression with multiple brackets; issue #214Florent Xicluna2014-03-221-1/+10
* Fix false positive E121 with multiple brackets; issue #203Florent Xicluna2013-06-151-0/+14
* Report other E12 errors when E123 is ignored; issue #103Florent Xicluna2013-04-261-0/+19
* Accept visual indentation without parenthesis after the if statement. Issue #151Florent Xicluna2013-02-041-0/+4
* Fix E225 when operator is preceded by a comma; issue #135Florent Xicluna2012-12-091-1/+1
* Fix false E126 with indented comments; issue #138Florent Xicluna2012-12-091-0/+6
* Add tests for issue #100.Florent Xicluna2012-07-031-0/+5
* Fix crash, and release 1.3.3; issue #98.1.3.3Florent Xicluna2012-06-271-0/+9
* Fix errors on E121 and E124; issue #92.Florent Xicluna2012-06-261-0/+18
* Fix minor E12 glitches.Florent Xicluna2012-06-161-0/+7
* Release version 1.3.1.3Florent Xicluna2012-06-151-10/+19
* Review the E12 checks.Florent Xicluna2012-06-151-0/+6
* Fix confusions between E123 and E124.Florent Xicluna2012-06-131-3/+13
* Fix false positive E121 and E127 for prefixed string literals.Florent Xicluna2012-06-131-0/+24
* make multi-line STRING % (foo, bar) workSam Vilain2012-06-061-0/+12
* Add some more tests for multi-line string continuation indentSam Vilain2012-06-061-0/+12
* Make E127/E128 stricter about what defines a new levelSam Vilain2012-06-061-12/+0
* Relax E127/E128 for aligned homogenous tokensSam Vilain2012-06-061-1/+15
* Pick tests for E127 from @samv branch.Florent Xicluna2012-06-011-1/+19
* Add doctests for E12; split the testsuite.Florent Xicluna2012-05-311-0/+406