summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add E306 to docs⁣ Florian Best2016-11-081-0/+2
* 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
|\
| * Check for both [pep8] and [pycodestyle] config sections.Thomas Schultz2016-11-031-7/+15
|/
* Fixed line wrapping in CHANGELOGIan Lee2016-09-291-4/+7
* Merge pull request #574 from daspecster/prepare-2.1.0-changelogIan Cordasco2016-09-211-5/+13
|\
| * Update tested python version notes.Thomas Schultz2016-09-211-1/+1
| * Updated changelog from feedback.Thomas Schultz2016-09-211-16/+5
| * Update CHANGES.txt for 2.1.0 release.Thomas Schultz2016-09-181-5/+24
* | Merge pull request #555 from memeplex/masterIan Cordasco2016-08-112-2/+38
|\ \
| * | Improve error message and add some commentsmemeplex2016-06-281-2/+3
| * | Special case for nested functions an classes (fixes #28)memeplex2016-06-282-2/+37
* | | Merge pull request #566 from daspecster/update-contributing-rstIan Cordasco2016-08-021-3/+71
|\ \ \ | |_|/ |/| |
| * | Feedback changes. Typos and capitalization.Thomas Schultz2016-08-021-7/+7
| * | Add contributing instructions.Thomas Schultz2016-08-021-2/+70
* | | Merge pull request #562 from sigmavirus24/bug/561Ian Lee2016-07-241-4/+3
|\ \ \ | |/ /
| * | Stop checking for string option typeIan Cordasco2016-07-241-4/+3
|/ /
* | Merge pull request #557 from gitter-badger/gitter-badgeIan Lee2016-07-021-0/+4
|\ \
| * | Add Gitter badgeThe Gitter Badger2016-07-031-0/+4
|/ /
* | Merge pull request #556 from markpeek/markpeek-async-defIan Lee2016-07-012-1/+9
|\ \ | |/ |/|
| * Report E302 for blank lines before an "async def"Mark Peek2016-07-012-1/+9
|/
* Updated tox to do same tests as Travis CIIan Lee2016-06-251-1/+1
* Removed test code unrelated to utf-8 checksIan Lee2016-06-251-17/+0
* Merge branch 'gh-536'Ian Lee2016-06-259-1/+80
|\
| * Added test case based on @gvanrossum commentIan Lee2016-06-251-0/+11
| * Updated checker variable based on conversation in #536Ian Lee2016-06-251-5/+5
| * Added extra Okay example to test againstIan Lee2016-06-251-0/+19
| * Fixed placement of changelog entryIan Lee2016-06-251-1/+1
| * Fix issue #400: Require two blank lines after toplevel def, classNikhil Benesch2016-06-258-1/+50
|/
* Updated changelog with 2.1 milestone changesIan Lee2016-06-251-0/+3
* Updated rename note in READMEIan Lee2016-06-251-2/+6
* Updated to use sheilds.io badgesIan Lee2016-06-251-2/+2
* Updated text about running tests with tox; Closes #552Ian Lee2016-06-251-2/+1
* 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
* | Merge pull request #540 from sigmavirus24/remove-warningsIan Cordasco2016-06-071-3/+0
|\ \ | |/ |/|
| * Remove unused imports and assignmentsIan Cordasco2016-06-071-3/+0
|/
* Updated changelog to specify changes in 2.1.0Ian Lee2016-06-061-1/+7
* Merge pull request #525 from mtmiller/issue341Ian Lee2016-06-063-1/+62
|\
| * Report E742 and E743 for badly named functions and classesMike Miller2016-06-032-2/+17
| * 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-023-0/+34
| * Never use 'l' (lowercase letter el) as a variable nameMike Miller2016-06-021-1/+1