summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add variables so blank lines may be configuresAdi Roiban2018-04-083-1/+581
* Ignore length of shebang line (#736)Jimi Cullen2018-04-031-0/+4
* Finalize support for Python 3.7Adi Roiban2018-03-243-3/+3
* Merge pull request #684 from jdufresne/async-awaitIan Stapleton Cordasco2018-02-171-0/+45
|\
| * Add W606 warning for async and await keywords in Python 3.7Jon Dufresne2017-09-301-0/+45
* | Merge pull request #717 from taion/annot-missing-spaceIan Stapleton Cordasco2018-01-241-0/+3
|\ \
| * | Add E252 on missing whitespace for annotated parameter defaultsJimmy Jia2017-12-161-0/+3
| |/
* | Fix up testsuite for W504Ian Stapleton Cordasco2018-01-174-29/+24
* | Add W504 for line breaks before binary operatorsIan Cordasco2018-01-172-21/+19
* | Fix handling of diffs with mnemonic prefixesMichal Kolodziejski2017-12-271-0/+10
|/
* 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
|/ /