summaryrefslogtreecommitdiff
path: root/pycodestyle.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix issue #400: Require two blank lines after toplevel def, classNikhil Benesch2016-06-251-1/+12
* Merge pull request #539 from sigmavirus24/max-line-length-noqaIan Lee2016-06-071-2/+4
|\
| * Update maximum_line_length to use Checker.noqaIan Cordasco2016-06-071-2/+4
* | Remove unused imports and assignmentsIan Cordasco2016-06-071-3/+0
|/
* Merge pull request #525 from mtmiller/issue341Ian Lee2016-06-061-1/+55
|\
| * Report E742 and E743 for badly named functions and classesMike Miller2016-06-031-2/+13
| * Also report E741 on 'global' and 'nonlocal' statementsMike Miller2016-06-031-2/+2
| * Add more doctests for E741Mike Miller2016-06-021-0/+12
| * Report E741 for prohibited single-letter variablesMike Miller2016-06-021-0/+31
| * Never use 'l' (lowercase letter el) as a variable nameMike Miller2016-06-021-1/+1
* | Updated version number of next release to 2.1.0Ian Lee2016-06-061-1/+1
* | Reverted a few spelling changesIan Lee2016-06-061-1/+1
* | Fix typosSusan Tan2016-06-061-2/+2
* | Re-ordered package imports alphabeticallyIan Lee2016-06-061-4/+6
* | Bumped version number post releaseIan Lee2016-06-061-1/+1
* | Change all references to the pep8 project to say pycodestyleMaxPayton2016-06-031-5/+5
* | Modified patch for issue #314 so tests in E73.py passArt Hall2016-06-021-2/+6