summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* use tokenize.open to avoid incorrect line endings at beginning of fileAnthony Sottile2021-01-071-0/+3
* Support for space indents with size other than 4Jason Ansel2020-11-181-0/+49
* use github actions instead of travis-ciAnthony Sottile2020-11-051-6/+8
* Fix tests to handle paths in Windows. NormalizePath works properly but the t...JPeterMugaas2020-11-042-2/+2
* fix skipping of physical checks when file does not end in newlineAnthony Sottile2020-09-112-1/+6
* Merge pull request #931 from suzil/fix/767/chained-is-not-E714Ian Stapleton Cordasco2020-05-081-0/+9
|\
| * HandleSusannah Klaneček2020-05-011-0/+3
| * E714: fix chained is notSusannah Klaneček2020-05-011-0/+6
* | Merge pull request #927 from asottile/allow_typing_one_liners_againIan Stapleton Cordasco2020-05-081-0/+26
|\ \ | |/ |/|
| * re-allow decorated one-linersAnthony Sottile2020-04-271-0/+26
* | E306: fix detection inside `async def`E306_async_defAnthony Sottile2020-04-281-0/+5
|/
* Instrument code coverageAnthony Sottile2020-03-242-64/+28
* Merge pull request #918 from asottile/only_positionalAnthony Sottile2020-03-241-1/+13
|\
| * Fix E225 for PEP 570 all positional-only argumentsAnthony Sottile2020-03-231-1/+13
* | Allow N-and-fewer blank lines before the first top level thingAnthony Sottile2020-03-233-8/+11
|/
* Merge pull request #913 from anntzer/afteronelinerblockAnthony Sottile2020-03-231-0/+4
|\
| * Correctly allow *two* blank lines after a block of one-liners.Antony Lee2020-02-261-0/+4
* | Support visual indent of continuation lines after with/assert/raise.Antony Lee2020-02-262-1/+43
|/
* Merge pull request #897 from sobolevn/issue-768Anthony Sottile2020-02-191-0/+5
|\
| * Adds matmul operator support, fixes #768sobolevn2019-12-051-0/+5
* | Merge branch 'master' into masterNikita Serba2020-01-223-0/+34
|\ \ | |/
| * Merge pull request #879 from FichteForks/pr/pep-572Ian Stapleton Cordasco2019-10-211-0/+12
| |\
| | * Add support for assignment expressionsFichteFoll2019-07-311-0/+12
| * | Merge pull request #834 from EricCousineau-TRI/issue/833Ian Stapleton Cordasco2019-09-251-0/+15
| |\ \ | | |/ | |/|
| | * E402: Add "elif" statement to allowed keywordsEric Cousineau2019-09-251-0/+4
| | * E402: Add "if" statement to allowed keywordsEric Cousineau2019-01-301-0/+5
| | * E402: Add "with" statement to allowed keywordsEric Cousineau2019-01-301-0/+6
| * | Ellipsis is not a binary operatorAnthony Sottile2019-07-111-0/+7
* | | Typo fix (rename python38 to python38.py)Nikita Serba2020-01-221-0/+0
* | | Create python38Nikita Serba2020-01-221-0/+3
|/ /
* | 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