summaryrefslogtreecommitdiff
path: root/src/flake8
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling rstrip on NoneIan Cordasco2017-01-271-10/+15
* Return similarly named, non-submodule modulesIan Cordasco2017-01-221-1/+1
* Force --version to be reproducibleRaphael Das Gupta2017-01-211-1/+1
* Correct "systema" typo in usage documentation.Andrew Drake2017-01-171-1/+1
* Merge branch 'setuptools-exit' of scop/flake8Ian Cordasco2017-01-141-1/+7
|\
| * Cause system exit only for non-zero exit statuses in setuptools commandVille Skyttä2016-12-081-1/+7
* | Display the local paths from the git hookIan Cordasco2016-12-201-0/+12
* | Enable users who want to track all files processedIan Cordasco2016-12-203-2/+29
* | Tidy up last few bits for performance improvementIan Cordasco2016-12-201-10/+10
* | Simplify and speed up multiprocessingAnthony Sottile2016-11-292-102/+61
|/
* Assign missing codes to PyFlakes messagesLukasz Langa2016-11-281-17/+34
* Only force files to be included when run from CLIIan Cordasco2016-11-234-15/+30
* Prepare for 3.3.0 developmentIan Cordasco2016-11-211-1/+1
* Update release notes and version string for 3.2.13.2.1Ian Cordasco2016-11-191-1/+1
* Merge branch 'bug/259' into 'master' Ian Cordasco2016-11-201-16/+15
|\
| * Handle SyntaxErrors in a slightly smarter wayIan Cordasco2016-11-171-16/+15
* | Skip filename pattern check for provided filesIan Cordasco2016-11-191-1/+8
|/
* Fix subtle reporting bug for default on pluginsIan Cordasco2016-11-153-27/+64
* Prepare for 3.2.1 developmentIan Cordasco2016-11-151-1/+1
* 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
|\ \ \