summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Tiny typo fixAnthony Sottile2019-01-291-1/+1
|/
* Add release notes for 2.5.02.5.0Ian Stapleton Cordasco2019-01-292-2/+18
* Merge pull request #831 from asottile/noqa_W605Ian Stapleton Cordasco2019-01-272-1/+8
|\
| * Allow W605 to be silenced by noqaAnthony Sottile2019-01-262-1/+8
|/
* Merge pull request #705 from jdufresne/over-indentedIan Stapleton Cordasco2019-01-259-30/+40
|\
| * Add check for over-indented blocksJon Dufresne2019-01-249-30/+40
* | Merge pull request #829 from jdufresne/xenialIan Stapleton Cordasco2019-01-251-3/+4
|\ \ | |/ |/|
| * Use 'dist: xenial' in Travis to simplify configurationJon Dufresne2019-01-241-3/+4
|/
* Merge pull request #823 from anntzer/allow-no-blanks-around-one-linersIan Stapleton Cordasco2019-01-233-0/+39
|\
| * Allow omitting blank lines around one-liner definitions.Antony Lee2019-01-053-0/+39
* | Merge pull request #819 from wwwjfy/issue-811Ian Stapleton Cordasco2019-01-232-0/+17
|\ \
| * | fix #811, corner cases for async/await checkTony Wang2018-11-242-0/+17
| |/
* | Merge pull request #798 from jdufresne/rstIan Stapleton Cordasco2019-01-171-3/+3
|\ \
| * | Correct ReStructuredText inline literal syntax in CONTRIBUTING.rstJon Dufresne2019-01-161-3/+3
|/ /
* | Add whitespace around -> annotating operator (#809)Tomer Keren2018-12-073-1/+17
* | Merge pull request #820 from wwwjfy/w606-tweakIan Stapleton Cordasco2018-11-282-1/+5
|\ \ | |/ |/|
| * add test for demonstrationTony Wang2018-11-251-0/+4
| * refs W606, only NAME can follow awaitTony Wang2018-11-241-1/+1
|/
* Merge pull request #801 from mwhudson/tokenizer-compatIan Stapleton Cordasco2018-11-221-2/+2
|\
| * Keep compability with stdlib tokenize.py changesMichael Hudson-Doyle2018-09-251-2/+2
* | Merge pull request #818 from mgedmin/accurate-multiline-positionIan Stapleton Cordasco2018-11-222-5/+17
|\ \
| * | Microoptimisation: avoid creating string slicesMarius Gedminas2018-11-221-1/+1
| * | Make W605 point to the invalid sequenceMarius Gedminas2018-11-222-5/+17
|/ /
* | Merge pull request #799 from jdufresne/typosIan Lee2018-11-141-1/+1
|\ \
| * | Fix some spelling in CONTRIBUTING.rstJon Dufresne2018-09-161-1/+1
| |/
* | Merge pull request #794 from jdufresne/py37Ian Lee2018-11-143-2/+5
|\ \
| * | Add testing and document support for Python 3.7Jon Dufresne2018-09-093-2/+5
* | | Merge pull request #808 from asottile/invalid_escape_sequence_offsetIan Stapleton Cordasco2018-10-243-4/+9
|\ \ \ | |_|/ |/| |
| * | Add offsets for other W605 testsAnthony Sottile2018-10-211-2/+2
| * | Fix line offset for 'invalid escape sequence'Anthony Sottile2018-10-203-2/+7
|/ /
* | Merge pull request #800 from jdufresne/noseIan Stapleton Cordasco2018-09-163-18/+3
|\ \ | |/ |/|
| * Remove suggestion and documentation of using unmaintained noseJon Dufresne2018-09-153-18/+3
|/
* Merge pull request #778 from scop/spellingIan Stapleton Cordasco2018-07-081-1/+1
|\
| * Comment spelling fixVille Skyttä2018-07-071-1/+1
|/
* Merge pull request #769 from jdufresne/pypiIan Stapleton Cordasco2018-06-112-3/+3
|\
| * Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-06-092-3/+3
|/
* Merge pull request #720 from jdufresne/pyreqIan Lee2018-06-037-39/+23
|\
| * Marked changelog that this PR will be version 3.xIan Lee2018-06-031-2/+2
| * Added PR numberIan Lee2018-06-031-1/+1
| * Remove support for EOL Python 2.6 and 3.3Jon Dufresne2018-06-027-39/+23
|/
* Merge pull request #751 from hhatto/w504-positionIan Stapleton Cordasco2018-05-191-2/+3
|\
| * rename variablehhatto2018-04-141-3/+3
| * Change the position pointed out by W504hhatto2018-04-141-2/+3
* | Merge pull request #674 from brianv0/docstring_supportIan Stapleton Cordasco2018-05-1410-186/+280
|\ \
| * | Pydoc fixes to support W505 in self-checksBrian Van Klaveren2018-05-115-150/+171
| * | Implement W505 - Max Doc Length checkBrian Van Klaveren2018-05-116-36/+109
|/ /
* | Add explanation about the default configurationToshiki Hirao2018-04-221-0/+2
* | Fix detection of annotated argument defaultsJimmy Jia2018-04-182-6/+9
|/
* Merge pull request #747 from hhatto/w605-positionIan Stapleton Cordasco2018-04-121-1/+1
|\
| * Change the position pointed out by W605hhatto2018-04-121-1/+1