summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Raise exception when entry_point not callableMarc Abramowitz2016-07-281-0/+6
* | | Sort reports by line and columnFabian Neundorf2016-07-281-1/+1
* | | Match noqa for users with explanationsbug/178Ian Cordasco2016-07-281-1/+1
* | | Handle AttributeErrors during parameter aggregationIan Cordasco2016-07-272-5/+41
* | | Merge branch 'fix-mp-win-3.0' into 'master' Ian Cordasco2016-07-271-8/+11
|\ \ \
| * | | Fix multiprocessing on Windowsschlamar2016-07-271-8/+11
* | | | Merge branch '_job_count_rettype' into 'master' Ian Cordasco2016-07-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | _job_count always returns an intFichteFoll2016-07-271-1/+1
* | | | Ensure we're only on Python 2.7Ian Cordasco2016-07-261-1/+1
* | | | Update version and release notes for 3.0.23.0.2Ian Cordasco2016-07-261-1/+1
* | | | Fix handling of logical lines with noqaIan Cordasco2016-07-263-22/+26
* | | | Fix zero-indexed column numberingIan Cordasco2016-07-262-2/+6
|/ / /
* | | Fix project config file discoveryIan Cordasco2016-07-261-8/+5
| |/ |/|
* | Update NOQA regular expressionIan Cordasco2016-07-261-1/+1
* | Merge branch 'bug/180' into 'master' Ian Cordasco2016-07-263-2/+34
|\ \
| * | Handle repeated --quiet options againIan Cordasco2016-07-253-2/+34