summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-257-19/+69
|\ \ \
| * | | More tests for E265 with the shebangFlorent Xicluna2013-05-021-0/+6
| * | | Fix tests on Python 2.5Florent Xicluna2013-05-021-0/+2
| * | | Add tests for E265Florent Xicluna2013-05-011-1/+18
| * | | Add E265 for space before block comment; issue #190Florent Xicluna2013-05-016-18/+43
* | | | Merge branch 'master' into issue126Florent Xicluna2014-03-2523-242/+692
|\ \ \ \
| * | | | Catch more E713 and E714 with a regular expression; issue #236 continuedFlorent Xicluna2014-03-253-36/+63
| * | | | Merge pull request #260 from chrismedrela/ticket236Florent Xicluna2014-03-242-0/+39
| |\ \ \ \
| | * | | | Fixed #236 -- added checks for 'not X in L' and 'not X is Y'Christopher Medrela2013-10-272-0/+39
| | | |_|/ | | |/| |
| * | | | Relax a bit the regex for W602, 3-arguments raise; closes #34Florent Xicluna2014-03-243-1/+4
| * | | | A false positivee E126 when indenting with tabs; closes #204Florent Xicluna2014-03-244-6/+41
| * | | | Minor change in previous patchFlorent Xicluna2014-03-241-3/+1
| * | | | Merge pull request #227 from solj/disable-w601Florent Xicluna2014-03-241-1/+3
| |\ \ \ \
| | * | | | Allow disable of W601Sol Jerome2013-09-051-1/+3
| | |/ / /
| * | | | A false positive E126 with embedded colon; fixes #144Florent Xicluna2014-03-245-7/+17
| * | | | Avoid printing errors twiceFlorent Xicluna2014-03-241-1/+1
| * | | | Do not report multiple E101 if only one line starts with a tab; issue #237Florent Xicluna2014-03-244-1/+29
| * | | | Improve the test framework to count the errors, motivated by issue #237Florent Xicluna2014-03-249-34/+41
| * | | | Improve fix for issue #247, relative path not always start with ./Florent Xicluna2014-03-241-1/+1
| * | | | Added a test from issue #215Florent Xicluna2014-03-241-0/+3
| * | | | Inacurracy in the documentation of the ignore optionFlorent Xicluna2014-03-241-1/+2
| * | | | The logical checks can return None; issue #250Florent Xicluna2014-03-242-3/+6
| * | | | Fix usage of in the project config file; issue #247Florent Xicluna2014-03-242-3/+24
| * | | | Fix a false positive E124 for hanging indent: issue #254Florent Xicluna2014-03-234-9/+54
| * | | | Revert previous change and fix the 'paths' keyword argument instead; fixes #246Florent Xicluna2014-03-233-9/+13
| * | | | Merge pull request #259 from kynan/259-optional-argument-arglist-for-styleguideFlorent Xicluna2014-03-231-1/+2
| |\ \ \ \
| | * | | | StyleGuide accepts optional keyword argument arglistFlorian Rathgeber2014-03-231-1/+2
| | | |_|/ | | |/| |
| * | | | Slightly improve readabilityFlorent Xicluna2014-03-232-11/+16
| |/ / /
| * | | Merge pull request #241 from deshipu/masterFlorent Xicluna2014-03-232-1/+2
| |\ \ \
| | * | | Fix #240: Allow errors on empty filesRadomir Dopieralski2013-11-072-1/+2
| | |/ /
| * | | Fix regression with multiple brackets; issue #214Florent Xicluna2014-03-223-12/+25
| * | | Add 3.4 to tox.iniFlorent Xicluna2014-03-221-1/+1
| * | | No more support for Python 2.5 on TravisFlorent Xicluna2014-03-221-1/+0
| |/ /
| * | Fix issue with --select and flake8 extensions; issue #216Florent Xicluna2013-07-043-1/+18
| * | Release version 1.4.61.4.6Florent Xicluna2013-07-022-3/+3
| * | Another E122 not detectedFlorent Xicluna2013-06-163-3/+12
| * | Missing blank line in documentationFlorent Xicluna2013-06-151-0/+1
| * | Merge pull request #207 from jcrocholl/issue103Florent Xicluna2013-06-154-14/+33
| |\ \
| | * | Of course the testsuite needs fixing to ignore E123 tooFlorent Xicluna2013-05-021-2/+2
| | * | Accept both styles of closing bracket indentation, ignore E123 in the default...Florent Xicluna2013-05-023-8/+16
| | * | New option --hang-closing to replace E123 by E133; issue #103Florent Xicluna2013-04-272-5/+16
| * | | Fix false positive E121 with multiple brackets; issue #203Florent Xicluna2013-06-153-1/+18
| * | | Fix E122 not detected in some cases; issue #201Florent Xicluna2013-06-153-1/+9
| * | | Don't crash when checking the BOM on Unicode lines, with Python 2Florent Xicluna2013-05-052-8/+24
| * | | Fix E70x not detected sometimes; issue #196Florent Xicluna2013-05-033-2/+10
| | |/ | |/|
| * | Fix BOM for Python 3 too, add changelog entryFlorent Xicluna2013-05-012-3/+6
| * | Merge pull request #193 from sporty/masterFlorent Xicluna2013-05-012-0/+9
| |\ \ | | |/ | |/|
| | * utf-8 bom support.Ryo Takahashi2013-04-292-0/+9
| * | Do not crash when running AST checks and the document contains null bytesFlorent Xicluna2013-04-273-17/+31
| * | Fix typo in CHANGES.txtFlorent Xicluna2013-04-271-1/+1