summaryrefslogtreecommitdiff
path: root/pycodestyle.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge latest master into issue-314Art Hall2016-06-021-11/+20
|/
* Tagged release 2.0.02.0.0release/2.0.0Ian Lee2016-05-311-16/+1
* Tagging 2.0.0 alpha 1 pre-release2.0.0a1Ian Lee2016-05-311-1/+1
* Removed project level `.pep8` config fileIan Lee2016-05-311-1/+1
* Update next version plan to 2.0.0Ian Lee2016-05-311-1/+1
* Updated version string to PEP-440 formatrelease/1.8.0Ian Lee2016-05-301-1/+1
* Updated deprecation warning to actually emit a warningIan Lee2016-05-301-3/+5
* Updated file names testedIan Lee2016-05-261-1/+1
* Updated header comment from pep8 -> pycodestyleIan Lee2016-05-261-1/+2
* Updated pycodestyle file name and setup.pyIan Lee2016-05-261-0/+2200