summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'refactor-release-notes' into 'master' 3.1.0b2Ian Cordasco2016-11-131-0/+18
|\
| * Create sub-sections for different release seriesIan Cordasco2016-11-131-0/+18
* | Merge branch 'bug/247' into 'master' Ian Cordasco2016-11-134-1/+153
|\ \
| * | Add a man page for Flake8Ian Cordasco2016-11-134-1/+153
| |/
* | Merge branch 'bug/223' into 'master' Ian Cordasco2016-11-131-0/+9
|\ \ | |/ |/|
| * Correct exclude paths in git hookIan Cordasco2016-11-131-0/+9
|/
* Prepare to release 3.1.0 on 2016-11-143.1.0b1Ian Cordasco2016-11-122-2/+2
* Merge branch 'bug/249' into 'master' Ian Cordasco2016-11-122-0/+70
|\
| * Add documentation for VCS hooksIan Cordasco2016-11-122-0/+70
* | Merge branch 'bug/228' into 'master' Ian Cordasco2016-11-121-5/+2
|\ \ | |/ |/|
| * Remove reference to OpenStack SwiftIan Cordasco2016-11-121-5/+2
|/
* Add a missing release not referenceIan Cordasco2016-11-121-1/+7
* Merge branch 'bug/248' into 'master' Ian Cordasco2016-11-123-2/+79
|\
| * Exit non-zero if something goes wrong during a runIan Cordasco2016-11-123-2/+79
|/
* Merge branch 'update-release-notes' into 'master' Ian Cordasco2016-11-121-0/+61
|\
| * Add release notes for the last several bugsIan Cordasco2016-11-121-0/+61
|/
* Merge branch 'bug/245' into 'master' Ian Cordasco2016-11-123-0/+74
|\
| * Do not print the source when provided with -qIan Cordasco2016-11-113-0/+74
* | Merge branch 'bug/239' into 'master' Ian Cordasco2016-11-112-2/+34
|\ \
| * | Actually remove enabled extensions from ignore listIan Cordasco2016-11-092-2/+34
| |/
* | Merge branch 'bug/250' into 'master' Ian Cordasco2016-11-101-0/+14
|\ \ | |/ |/|
| * Add a release note to 3.0.0 about --excludeIan Cordasco2016-11-101-0/+14
|/
* Merge branch 'patch-1' of github.com/alex/flake8Ian Cordasco2016-11-091-1/+1
|\
| * Permit pycodestyle 2.1.x to be usedAlex Gaynor2016-11-051-1/+1
* | Merge branch 'bug/223' into 'master' Ian Cordasco2016-11-091-2/+2
|\ \
| * | Change how we initialize our git hook applicationIan Cordasco2016-11-081-2/+2
* | | Merge branch 'bug/226' into 'master' Ian Cordasco2016-11-091-0/+2
|\ \ \ | |/ / |/| |
| * | Exit early if the diff is emptyIan Cordasco2016-11-081-0/+2
|/ /
* | Merge branch 'master' into 'master' Ian Cordasco2016-11-092-0/+3
|\ \
| * | Fixed E305: expected 2 blank lines after class or function definitionOndřej Nový2016-11-082-0/+3
| |/
* | Merge branch 'pycodestyle21' into 'master' Ian Cordasco2016-11-092-0/+6
|\ \
| * | Add previous_unindented_logical_line attributeYen Chi Hsuan2016-11-082-0/+6
| |/
* | Merge branch 'bug/242' into 'master' Ian Cordasco2016-11-092-20/+39
|\ \ | |/ |/|
| * Handle a previously unhandled code scenarioIan Cordasco2016-11-082-20/+39
|/
* Merge branch 'doc-E999' into 'master' Ian Cordasco2016-10-281-0/+3
|\
| * Add documentation for E999Ian Cordasco2016-10-281-0/+3
|/
* Merge branch 'bug/235' into 'master' Ian Cordasco2016-10-282-1/+13
|\
| * Handle empty stdin-display-name valuesIan Cordasco2016-10-282-1/+13
|/
* Merge branch 'example-project' into 'master' Ian Cordasco2016-10-266-12/+93
|\
| * Fix bug with --enable-extensionsIan Cordasco2016-10-252-12/+20
| * Add an example plugin project to source treeIan Cordasco2016-10-254-0/+73
|/
* Merge branch 'master' into 'master' Ian Cordasco2016-10-255-4/+43
|\
| * Fix typo in documentation.Martin Domke2016-08-121-1/+1
| * Patch print function instead of sys.stdoutMartin Domke2016-07-261-9/+12
| * Add --tee option to split report output stream.Martin Domke2016-07-265-7/+43
* | Merge branch 'mr/80' into 'master' Ian Cordasco2016-10-252-11/+32
|\ \
| * | Fix up FileProcessor.file_tokens propertyIan Cordasco2016-10-251-2/+9
| * | Trim trailing spaces from documentationIan Cordasco2016-10-251-5/+5
| * | Merge branch 'file-tokens' of xzise/flake8Ian Cordasco2016-10-252-11/+25
| |\ \ |/ / /
| * | Add support for tokens of a complete fileFabian Neundorf2016-07-222-4/+27