summaryrefslogtreecommitdiff
path: root/pycodestyle.py
Commit message (Expand)AuthorAgeFilesLines
* Release v2.4.02.4.0Ian Stapleton Cordasco2018-04-101-1/+1
* Add variables so blank lines may be configuresAdi Roiban2018-04-081-14/+34
* Ignore length of shebang line (#736)Jimi Cullen2018-04-031-1/+5
* Finalize support for Python 3.7Adi Roiban2018-03-241-2/+2
* Merge pull request #684 from jdufresne/async-awaitIan Stapleton Cordasco2018-02-171-0/+54
|\
| * Add W606 warning for async and await keywords in Python 3.7Jon Dufresne2017-09-301-0/+54
* | Merge pull request #717 from taion/annot-missing-spaceIan Stapleton Cordasco2018-01-241-5/+20
|\ \
| * | Add E252 on missing whitespace for annotated parameter defaultsJimmy Jia2017-12-161-5/+20
* | | Fixed wording in docstringIan Lee2018-01-191-2/+2
* | | Fix up testsuite for W504Ian Stapleton Cordasco2018-01-171-12/+12
* | | Add W504 for line breaks before binary operatorsIan Cordasco2018-01-171-28/+81
* | | Fix handling of diffs with mnemonic prefixesMichal Kolodziejski2017-12-271-1/+3
|/ /
* | 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
* | | Fix missed quoting in E722 checkDirk Mueller2017-10-241-1/+1
| |/ |/|
* | Add W605 warning for invalid escape sequences in string literalsJon Dufresne2017-09-101-0/+51
|/
* Merge branch 'master' into fix-variable-annotationsEddie Antonio Santos2017-06-071-53/+86
|\
| * Fix issue #643: Optimize noqa() with an lru_cache for Python 3.2+. (#644)Julien2017-06-031-1/+11
| * 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
| * | Use bisect instead of iterating over every offsets.Julien Palard2017-05-141-4/+6
| * | Avoid relying on inspect to list functions.Julien Palard2017-05-091-45/+64
| * | Correctly report E501 when the first line of a docstring is too longAnthony Sottile2017-03-151-2/+4
| |/
* | Fix erroneous regex repetition.Eddie Antonio Santos2017-04-151-1/+1
* | update patchRach Belaid2017-04-061-2/+2
* | Support variable annotation when variable start by a keywordRach Belaid2017-03-221-1/+1
|/
* Bump version for 2.3.12.3.1Ian Cordasco2017-01-301-1/+1
* Allow for multiple spaces in top level regexIan Cordasco2017-01-301-1/+1
* Fix regression in E302 detectionIan Cordasco2017-01-301-1/+1
* Prepare 2.3.0 releaseIan Cordasco2017-01-271-1/+1
* Allow all dunder variables above importsSimon Gomizelj2017-01-251-0/+3
* Merge pull request #610 from khairihafsham/e306-docIan Cordasco2017-01-241-0/+1
|\
| * modified pycodestyle.pyKhairi Hafsham2017-01-161-0/+1
* | Don't report E701 for variable annotations (#612)Anthony Sottile2017-01-241-1/+12
* | Report E704 for async def as well (#611)Anthony Sottile2017-01-241-3/+5
|/
* warn about bare except clauseŁukasz Rogalski2016-12-281-2/+20
* Tagged release of 2.2.02.2.0Ian Lee2016-11-141-1/+1
* Fix E305 regression in 2.1.0 due to fix for #400Mark Peek2016-11-061-1/+3
* Bump versin number post releaseIan Lee2016-11-041-1/+1
* Tagged release of 2.1.02.1.0Ian Lee2016-11-041-1/+1
* Check for both [pep8] and [pycodestyle] config sections.Thomas Schultz2016-11-031-7/+15
* Merge pull request #555 from memeplex/masterIan Cordasco2016-08-111-2/+16
|\
| * Improve error message and add some commentsmemeplex2016-06-281-2/+3
| * Special case for nested functions an classes (fixes #28)memeplex2016-06-281-2/+15
* | Stop checking for string option typeIan Cordasco2016-07-241-4/+3
* | Report E302 for blank lines before an "async def"Mark Peek2016-07-011-1/+3
|/
* Updated checker variable based on conversation in #536Ian Lee2016-06-251-5/+5