summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| | * Support variable annotation when variable start by a keywordRach Belaid2017-03-221-1/+1
| |/ |/|
* | Merge pull request #626 from scop/spellingIan Cordasco2017-02-242-2/+2
|\ \ | |/ |/|
| * Spelling fixesVille Skyttä2017-02-242-2/+2
|/
* Bump version for 2.3.12.3.1Ian Cordasco2017-01-302-1/+8
* Merge pull request #620 from sigmavirus24/bug/619Ian Cordasco2017-01-301-0/+4
|\
| * Add regression test for nested definitionsIan Cordasco2017-01-301-0/+4
|/
* Merge pull request #618 from sigmavirus24/bug/617Ian Cordasco2017-01-302-1/+4
|\
| * Allow for multiple spaces in top level regexIan Cordasco2017-01-301-1/+1
| * Fix regression in E302 detectionIan Cordasco2017-01-302-1/+4
|/
* Merge pull request #616 from sigmavirus24/release/2.32.3.0Ian Cordasco2017-01-282-1/+17
|\
| * Prepare 2.3.0 releaseIan Cordasco2017-01-272-1/+17
|/
* Merge pull request #613 from sigmavirus24/pr/523Ian Cordasco2017-01-252-1/+12
|\
| * Allow all dunder variables above importsSimon Gomizelj2017-01-252-1/+12
|/
* Merge pull request #541 from sigmavirus24/use-tox-with-travisIan Cordasco2017-01-252-18/+29
|\
| * Switch Travis to use toxIan Cordasco2017-01-252-18/+29
|/
* 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-243-2/+25
* | Report E704 for async def as well (#611)Anthony Sottile2017-01-244-3/+20
|/
* Merge pull request #592 from rogalski/bare-exceptIan Cordasco2017-01-016-4/+53
|\
| * warn about bare except clauseŁukasz Rogalski2016-12-286-4/+53
|/
* Prevent E305 on variable names `class*` and `def*`Parth Laxmikant Kolekar2016-11-211-0/+4
* Tagged release of 2.2.02.2.0Ian Lee2016-11-142-1/+12
* Added Makefile to handle proper permissions in releasesIan Lee2016-11-141-0/+3
* Fixed CHANGELOG release date for v2.1.0Ian Lee2016-11-141-1/+1
* Merge pull request #595 from spaceone/patch-1Ian Lee2016-11-081-0/+2
|\
| * Add E306 to docs⁣ Florian Best2016-11-081-0/+2
* | Merge pull request #593 from markpeek/markpeek-E305fixIan Cordasco2016-11-071-1/+3
|\ \ | |/ |/|
| * 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
* Added missing word to instructionsIan Lee2016-11-041-1/+1
* Made RTD badge point to base, and use SSLIan Lee2016-11-041-1/+1
* Added RTD Badge to READMEIan Lee2016-11-041-0/+4
* Moved build badges to top of READMEIan Lee2016-11-041-8/+8
* Updated changelog for #591Ian Lee2016-11-041-0/+1
* Merge pull request #591 from daspecster/support-pep8-pycodestyle-configIan Lee2016-11-031-7/+15
|\