summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add support for assignment expressionsFichteFoll2019-07-311-0/+12
* Ellipsis is not a binary operatorAnthony Sottile2019-07-111-0/+7
* Fix E302 false negative in presence of decorators.Antony Lee2019-03-261-0/+8
* Fix E721 false positiveAnthony Sottile2019-03-011-0/+3
* Check for 'is' and 'in' as wellAdam Johnson2019-02-281-0/+4
* E225 Check for space around boolean operatorsAdam Johnson2019-02-271-0/+4
* Expect lines to be indented 8 places when tabs are usedJon Dufresne2019-01-316-25/+28
* Allow W605 to be silenced by noqaAnthony Sottile2019-01-261-0/+4
* Add check for over-indented blocksJon Dufresne2019-01-246-29/+33
* Merge pull request #823 from anntzer/allow-no-blanks-around-one-linersIan Stapleton Cordasco2019-01-232-0/+29
|\
| * Allow omitting blank lines around one-liner definitions.Antony Lee2019-01-052-0/+29
* | Merge pull request #819 from wwwjfy/issue-811Ian Stapleton Cordasco2019-01-231-0/+3
|\ \
| * | fix #811, corner cases for async/await checkTony Wang2018-11-241-0/+3
| |/
* | Add whitespace around -> annotating operator (#809)Tomer Keren2018-12-072-0/+13
* | add test for demonstrationTony Wang2018-11-251-0/+4
|/
* Make W605 point to the invalid sequenceMarius Gedminas2018-11-221-3/+10
* Add offsets for other W605 testsAnthony Sottile2018-10-211-2/+2
* Fix line offset for 'invalid escape sequence'Anthony Sottile2018-10-201-0/+4
* Remove suggestion and documentation of using unmaintained noseJon Dufresne2018-09-151-4/+0
* Remove support for EOL Python 2.6 and 3.3Jon Dufresne2018-06-021-4/+4
* Pydoc fixes to support W505 in self-checksBrian Van Klaveren2018-05-112-38/+40
* Implement W505 - Max Doc Length checkBrian Van Klaveren2018-05-114-26/+33
* Fix detection of annotated argument defaultsJimmy Jia2018-04-181-0/+3
* 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