summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Inserting test case for GitHub #702gh-702Ian Lee2017-11-031-0/+5
* Add W605 warning for invalid escape sequences in string literalsJon Dufresne2017-09-102-4/+20
* Merge branch 'master' into fix-variable-annotationsEddie Antonio Santos2017-06-071-0/+5
|\
| * Correctly report E501 when the first line of a docstring is too longAnthony Sottile2017-03-151-0/+5
* | Make identifiers camel-case; remove redundant space.Eddie Antonio Santos2017-04-151-11/+12
* | update testsRach Belaid2017-04-061-0/+10
* | Add test when variable with annotation start with a keywordRach Belaid2017-03-221-1/+11
|/
* Add regression test for nested definitionsIan Cordasco2017-01-301-0/+4
* Fix regression in E302 detectionIan Cordasco2017-01-301-0/+3
* Allow all dunder variables above importsSimon Gomizelj2017-01-251-1/+9
* Don't report E701 for variable annotations (#612)Anthony Sottile2017-01-242-1/+13
* Report E704 for async def as well (#611)Anthony Sottile2017-01-243-0/+15
* warn about bare except clauseŁukasz Rogalski2016-12-283-2/+30
* Prevent E305 on variable names `class*` and `def*`Parth Laxmikant Kolekar2016-11-211-0/+4
* Merge pull request #555 from memeplex/masterIan Cordasco2016-08-111-0/+22
|\
| * Special case for nested functions an classes (fixes #28)memeplex2016-06-281-0/+22
* | Report E302 for blank lines before an "async def"Mark Peek2016-07-011-0/+6
|/
* Removed test code unrelated to utf-8 checksIan Lee2016-06-251-17/+0
* Added test case based on @gvanrossum commentIan Lee2016-06-251-0/+11
* Added extra Okay example to test againstIan Lee2016-06-251-0/+19
* Fix issue #400: Require two blank lines after toplevel def, classNikhil Benesch2016-06-255-0/+35
* Added passing test case related to #376Ian Lee2016-06-061-1/+5
* Reverted a few spelling changesIan Lee2016-06-061-1/+1
* Fix typosSusan Tan2016-06-061-1/+1
* Change all references to the pep8 project to say pycodestyleMaxPayton2016-06-033-27/+31
* Updated tests and doc examples -> pycodestylepackage-pycodestyleIan Lee2016-05-265-103/+108
* Updated file names testedIan Lee2016-05-261-1/+1
* Fixed import in testsuiteIan Lee2016-05-261-1/+1
* Fix typoJakub Wilk2016-05-251-1/+1
* Allow spaces around = in async definitionsbug/507Ian Cordasco2016-05-231-0/+3
* Add W503 to default ignore listIan Cordasco2016-04-231-1/+1
* Fix false E251 error involving square bracketsAlex Grönholm2016-04-081-1/+2
* complain about missing space before opening parentheses of import statementŁukasz Rogalski2016-03-291-0/+14
* Fix regression in catching E711 (issue #435), add testsAndrew Tonko2015-10-071-0/+18
* Test behaviour regarding multi-line ignore parsing in config_fileKristian Glass2015-08-222-1/+63
* Support Python 3.5Steven Myint2015-07-141-0/+3
* Merge pull request #305 from yole/break-around-binary-operatorIan Lee2015-02-081-3/+3
|\
| * Report W503 for line breaks before binary operators; issue #197. #ep14boatDmitry Jemerov2014-07-241-3/+3
* | Merge branch 'issue-363' into masterIan Lee2015-01-261-0/+3
|\ \
| * | Add flush method to test support PseudoFile object; issue #363Ian Lee2015-01-121-0/+3
* | | Update tests for issue #357Ian Lee2014-12-291-0/+5
|/ /
* | Merge pull request #360 from jcrocholl/issue-316Ian Lee2014-12-221-1/+4
|\ \
| * | Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316Ian Lee2014-12-171-1/+4
* | | Add more test cases for E402; issue #304Ian Lee2014-12-201-0/+25
* | | Do not skip physical checks if the newline is escaped; issue #319issue319Florent Xicluna2014-12-182-1/+15
* | | Merge pull request #354 from jcrocholl/feature292Ian Lee2014-12-181-6/+6
|\ \ \ | |/ / |/| |
| * | Do not enforce whitespaces around ** operator; issue #292feature292Florent Xicluna2014-12-161-6/+6
* | | Merge branch fixing issues #330 and #336Florent Xicluna2014-12-171-0/+15
|\ \ \
| * | | Fix false positive E713; issue #330issue336Florent Xicluna2014-12-161-0/+10
| * | | Fix false positive E711/E712; issue #336Florent Xicluna2014-12-161-0/+5
| |/ /