summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fix flake8 test environmentIan Stapleton Cordasco2018-04-122-4/+5
|/
* Release v2.4.02.4.0Ian Stapleton Cordasco2018-04-102-3/+3
* Merge pull request #740 from JakobGM/docs/changesIan Lee2018-04-091-3/+39
|\
| * Add PR references from all changelog itemsJakob Gerhard Martinussen2018-04-091-18/+18
| * Fixed typoIan Lee2018-04-091-1/+1
| * Add changelog items for 2.3.1...masterJakob Gerhard Martinussen2018-04-091-3/+39
|/
* Add variables so blank lines may be configuresAdi Roiban2018-04-085-15/+653
* Ignore length of shebang line (#736)Jimi Cullen2018-04-032-1/+9
* Finalize support for Python 3.7Adi Roiban2018-03-244-5/+5
* Merge pull request #684 from jdufresne/async-awaitIan Stapleton Cordasco2018-02-174-0/+103
|\
| * Add W606 warning for async and await keywords in Python 3.7Jon Dufresne2017-09-304-0/+103
* | Updated License / copyright dateIan Lee2018-02-081-1/+1
* | Merge pull request #717 from taion/annot-missing-spaceIan Stapleton Cordasco2018-01-242-5/+23
|\ \
| * | Add E252 on missing whitespace for annotated parameter defaultsJimmy Jia2017-12-162-5/+23
* | | Merge pull request #724 from peterjc/patch-1Ian Stapleton Cordasco2018-01-231-4/+7
|\ \ \
| * | | Describe code W504 line break after binary operatorPeter Cock2018-01-231-4/+7
|/ / /
* | | Merge pull request #502 from sigmavirus24/add-W504Ian Lee2018-01-198-81/+129
|\ \ \
| * | | Fixed wording in docstringIan Lee2018-01-191-2/+2
| * | | Fixed typoIan Lee2018-01-191-1/+1