summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Release 3.2.03.2.0Ian Cordasco2016-11-141-1/+1
* Add release notes for 3.1.13.1.1Ian Cordasco2016-11-141-1/+1
* 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-121-1/+1
* Exit non-zero if something goes wrong during a runIan Cordasco2016-11-121-1/+7
* Merge branch 'bug/245' into 'master' Ian Cordasco2016-11-121-0/+8
|\
| * Do not print the source when provided with -qIan Cordasco2016-11-111-0/+8
* | Actually remove enabled extensions from ignore listIan Cordasco2016-11-091-2/+9
|/
* 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
* | Exit early if the diff is emptyIan Cordasco2016-11-081-0/+2
|/
* Merge branch 'master' into 'master' Ian Cordasco2016-11-091-0/+2
|\
| * Fixed E305: expected 2 blank lines after class or function definitionOndřej Nový2016-11-081-0/+2
* | Merge branch 'pycodestyle21' into 'master' Ian Cordasco2016-11-091-0/+5
|\ \
| * | Add previous_unindented_logical_line attributeYen Chi Hsuan2016-11-081-0/+5
| |/
* | Handle a previously unhandled code scenarioIan Cordasco2016-11-081-15/+28
|/
* Handle empty stdin-display-name valuesIan Cordasco2016-10-281-1/+1
* Fix bug with --enable-extensionsIan Cordasco2016-10-251-2/+3
* Merge branch 'master' into 'master' Ian Cordasco2016-10-252-1/+7
|\
| * Add --tee option to split report output stream.Martin Domke2016-07-262-1/+7
* | Fix up FileProcessor.file_tokens propertyIan Cordasco2016-10-251-2/+9
* | Merge branch 'file-tokens' of xzise/flake8Ian Cordasco2016-10-251-0/+14
|\ \
| * | Add support for tokens of a complete fileFabian Neundorf2016-07-221-0/+14
* | | Change how we apply lazy to the git hookIan Cordasco2016-10-251-5/+8
* | | Merge branch 'patch-1' of skovorodkin/flake8Ian Cordasco2016-10-241-1/+1
|\ \ \
| * | | Consider `lazy` parameter in git.find_modified_files function Sergey2016-08-141-1/+1
* | | | Handle SyntaxErrors after new-lines speciallyIan Cordasco2016-10-231-8/+35
* | | | Merge branch 'bug/214' into 'master' Ian Cordasco2016-08-281-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Ensure column_number is always an integerIan Cordasco2016-08-271-1/+4
* | | | Spelling fixesVille Skyttä2016-08-131-1/+1
|/ / /
* | | Merge branch 'feature/207' into 'master' Ian Cordasco2016-08-113-2/+76
|\ \ \
| * | | Add --bug-report flag to help bug reportersIan Cordasco2016-08-073-2/+76
* | | | Bump version to 3.1.0.dev0Ian Cordasco2016-08-101-1/+1
* | | | Set version to 3.0.43.0.4Ian Cordasco2016-08-071-1/+1
|/ / /
* | | Handle SyntaxErrors when tokenizing a fileIan Cordasco2016-08-062-8/+5
* | | Merge branch 'release-notes/3.0.4' into 'master' Ian Cordasco2016-08-051-1/+1
|\ \ \
| * | | Set version to 3.0.4 and start release notesIan Cordasco2016-08-051-1/+1
* | | | Merge branch 'bug/179' into 'master' Ian Cordasco2016-08-055-25/+56
|\ \ \ \ | |/ / / |/| | |
| * | | Set-up default attributes for FlakesCheckerbug/179Ian Cordasco2016-08-031-0/+3
| * | | Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-034-25/+53
* | | | Clean up usage of InvalidSyntax exceptionIan Cordasco2016-08-052-4/+9
* | | | Do not treat AttributeError as if it were an IOErrorWouter Bolsterlee2016-08-051-7/+2
* | | | Use str(exc) instead of exc.messageWouter Bolsterlee2016-08-051-1/+1
|/ / /
* | | Bump version for v3.0.33.0.3Ian Cordasco2016-07-301-1/+1
* | | Reset Application.formatter attribute in init_reportIan Cordasco2016-07-301-0/+1
* | | Re-allow for relative paths for excludeIan Cordasco2016-07-292-5/+10
* | | Open our output file in append mode alwaysIan Cordasco2016-07-291-1/+1
* | | Report errors when run via setuptools.Alex Wood2016-07-291-0/+5
* | | Diable multiprocessing behaviour on WindowsIan Cordasco2016-07-292-2/+13
* | | Allow plugins that are on by default to be ignoredIan Cordasco2016-07-282-4/+10