summaryrefslogtreecommitdiff
path: root/flake8
Commit message (Expand)AuthorAgeFilesLines
* Set a default value for --selectIan Cordasco2016-06-162-1/+2
* Find filenames for mercurial hookIan Cordasco2016-06-161-1/+19
* Use a template for git pre-commit hookIan Cordasco2016-06-161-2/+11
* Ensure that the directories existIan Cordasco2016-06-161-0/+2
* Properly unpack stdout and stdinIan Cordasco2016-06-161-1/+1
* Use correct stat module constantIan Cordasco2016-06-161-1/+1
* Revert silliness around setting choices for --formatIan Cordasco2016-06-142-11/+8
* Use the same interface for vcs installationIan Cordasco2016-06-142-4/+9
* Add docstrings and a new-line for pydocstyleIan Cordasco2016-06-142-0/+3
* Start fleshing out mercurial hookIan Cordasco2016-06-134-7/+152
* Refactor parts of flake8.main.cli into separate modulesIan Cordasco2016-06-134-464/+472
* Correct usage of tempfileIan Cordasco2016-06-131-2/+2
* Move git integration into flake8.mainIan Cordasco2016-06-134-6/+64
* Make a first pass at a git pre-commit hookIan Cordasco2016-06-134-5/+219
* Convert flake8.api to a submoduleIan Cordasco2016-06-111-0/+0
* Add flake8.api and docs for itIan Cordasco2016-06-081-0/+10
* Update our warning message about WindowsIan Cordasco2016-06-071-2/+4
* Check for version of Python on WindowsIan Cordasco2016-06-072-1/+16
* Ensure that a file exists before processing itIan Cordasco2016-06-071-1/+13
* Update default ignore for when we upgrade pep8Ian Cordasco2016-06-071-1/+1
* Add distinction between reported and ignored errorsIan Cordasco2016-06-073-7/+43
* Add tests for parse_unified_diffIan Cordasco2016-06-071-3/+6
* Add --stdin-display-name to modify report outputIan Cordasco2016-06-062-0/+9
* Allow reporting on files passed via stdinIan Cordasco2016-06-062-12/+1
* Wire up last pieces to make --diff workIan Cordasco2016-06-064-8/+84
* Add utils.parse_unified_diff functionIan Cordasco2016-06-061-0/+71
* Fix linting issuesIan Cordasco2016-06-041-0/+1
* Use platform independent path separatorIan Cordasco2016-06-031-2/+5
* Add tests for BaseFormatterIan Cordasco2016-06-011-12/+24
* Refactor Error formatting and handlingIan Cordasco2016-05-302-14/+48
* Rely on Python 3.4 backport of configparserIan Cordasco2016-05-301-5/+1
* Fix default printing for --exclude help textIan Cordasco2016-05-281-1/+1
* Refactor off-by-default plugins and enabling themIan Cordasco2016-05-283-3/+29
* Start adding documentation about developing pluginsIan Cordasco2016-05-161-0/+1
* Document flake8.checker and flake8.processorIan Cordasco2016-05-141-14/+14
* Add a property for off-by-default pluginsIan Cordasco2016-05-101-0/+8
* Ignore --help/-h until later as wellIan Cordasco2016-05-101-2/+22
* Ensure we provide options to all pluginsIan Cordasco2016-05-101-0/+6
* Handle determining plugin versions and namesIan Cordasco2016-05-103-15/+97
* Print version information the second time we parse argumentsIan Cordasco2016-05-101-1/+4
* Add documentation around the cliIan Cordasco2016-05-081-5/+73
* Print the total number of errors before exitingIan Cordasco2016-05-071-0/+11
* Implement --exit-zero functionalityIan Cordasco2016-05-071-1/+5
* Simplify result handlingIan Cordasco2016-05-072-27/+26
* Add test for the make_checkers methodIan Cordasco2016-05-071-1/+7
* Refactor checker manager and add testsIan Cordasco2016-04-051-28/+22
* Fix multiprocessing work with retriesIan Cordasco2016-04-021-10/+12
* Restructure Checker Manager for serial retriesIan Cordasco2016-04-021-20/+58
* Add more tests around the processor moduleIan Cordasco2016-03-291-2/+9
* Log the attribute error for developersIan Cordasco2016-03-261-1/+8