summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add a changelog entry for W504Ian Stapleton Cordasco2018-01-171-0/+2
| * Fix up testsuite for W504Ian Stapleton Cordasco2018-01-176-42/+37
| * Add W504 for line breaks before binary operatorsIan Cordasco2018-01-173-49/+100
|/
* Merge pull request #706 from mic4ael/mnemonic-symbols-gitIan Stapleton Cordasco2017-12-282-1/+13
|\
| * Fix handling of diffs with mnemonic prefixesMichal Kolodziejski2017-12-272-1/+13
|/
* Merge pull request #714 from hugovk/patch-2Ian Stapleton Cordasco2017-12-111-2/+2
|\
| * Add Python 3.6Hugo2017-12-111-2/+2
|/
* Merge pull request #663 from mjsir911/mergeIan Stapleton Cordasco2017-11-181-2/+7
|\
| * Default `verbose` to `None` instead of `0`Marco Sirabella2017-10-221-1/+1
| * Handle conflicting CLI and verbose=# betterMarco Sirabella2017-10-221-2/+3
| * Transform booleans to numbers to go with previous codeMarco Sirabella2017-10-221-2/+2
| * - Forward down verbosity levelMarco J Sirabella2017-07-091-2/+6
* | Merge pull request #699 from Wilfred/patch-1Ian Lee2017-10-251-2/+2
|\ \
| * | Fix space in flag nameWilfred Hughes2017-10-251-2/+2
|/ /
* | Merge pull request #697 from dirkmueller/masterIan Lee2017-10-241-1/+1
|\ \
| * | Fix missed quoting in E722 checkDirk Mueller2017-10-241-1/+1
|/ /
* | Merge pull request #654 from jdufresne/trove-py-versionsIan Stapleton Cordasco2017-10-221-0/+8
|\ \
| * | Document all supported Python versions as trove classifiersJon Dufresne2017-06-031-0/+8
* | | Merge pull request #695 from jdufresne/cacheIan Lee2017-10-171-0/+1
|\ \ \
| * | | Enable pip cache in Travis CIJon Dufresne2017-10-171-0/+1
|/ / /
* | | Merge pull request #694 from jdufresne/wheel-licenseIan Lee2017-10-172-0/+4
|\ \ \
| * | | Include license file in the generated packagesJon Dufresne2017-10-162-0/+4
|/ / /
* | | Merge pull request #693 from annp89/add-examplesIan Stapleton Cordasco2017-10-151-0/+2
|\ \ \
| * | | Maintain alphabetical orderingAnn Paul2017-10-141-1/+1
| * | | Config file example for boolean flagsAnn Paul2017-10-141-0/+2
|/ / /
* | | Merge pull request #676 from jdufresne/invalid-escapeIan Stapleton Cordasco2017-09-275-4/+80
|\ \ \ | |_|/ |/| |
| * | Add W605 warning for invalid escape sequences in string literalsJon Dufresne2017-09-105-4/+80
|/ /
* | Merge pull request #640 from eddieantonio/fix-variable-annotationsIan Cordasco2017-06-092-2/+23
|\ \
| * \ Merge branch 'master' into fix-variable-annotationsEddie Antonio Santos2017-06-074-54/+93
| |\ \ | |/ / |/| |
* | | Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+. (#644)Julien2017-06-031-1/+11
* | | Rename [wheel] section to [bdist_wheel] as the former is legacy (#653)Jon Dufresne2017-06-031-1/+1
| |/ |/|
* | Added .gitattributes to prevent auto-munging intentional line endingsKevin Cole2017-05-301-0/+1
* | Merge pull request #625 from scop/py36escseqIan Cordasco2017-05-291-1/+1
|\ \
| * | Python 3.6 invalid escape sequence deprecation fixVille Skyttä2017-02-251-1/+1
* | | Merge pull request #648 from JulienPalard/bisectIan Cordasco2017-05-141-4/+6
|\ \ \
| * | | Use bisect instead of iterating over every offsets.Julien Palard2017-05-141-4/+6
|/ / /
* | | Merge pull request #647 from JulienPalard/avoid_inspectIan Cordasco2017-05-131-45/+64
|\ \ \
| * | | Avoid relying on inspect to list functions.Julien Palard2017-05-091-45/+64
|/ / /
* | | Merge pull request #630 from asottile/correct_e501_first_line_docstring_622Ian Cordasco2017-04-222-2/+9
|\ \ \
| * | | Correctly report E501 when the first line of a docstring is too longAnthony Sottile2017-03-152-2/+9
|/ / /
| | * Make identifiers camel-case; remove redundant space.Eddie Antonio Santos2017-04-151-11/+12
| | * Fix erroneous regex repetition.Eddie Antonio Santos2017-04-151-1/+1
| | * update testsRach Belaid2017-04-061-0/+10
| | * update patchRach Belaid2017-04-061-2/+2
| | * Add test when variable with annotation start with a keywordRach Belaid2017-03-221-1/+11