summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set a default value for --selectIan Cordasco2016-06-163-2/+3
* Find filenames for mercurial hookIan Cordasco2016-06-161-1/+19
* Set a lower-limit on flake8-docstringsIan Cordasco2016-06-161-1/+1
* 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
* Add information about new --verbose behaviourIan Cordasco2016-06-151-0/+2
* Add note about # noqa: <errors>Ian Cordasco2016-06-151-5/+10
* Remove CHANGES.rstIan Cordasco2016-06-142-332/+1
* Start a changelog entry for 3.0.0Ian Cordasco2016-06-142-0/+24
* Copied one too many lines from templateIan Cordasco2016-06-141-2/+0
* Add documentation for --install-hookIan Cordasco2016-06-141-0/+22
* Add documentation around specifying a format stringIan Cordasco2016-06-141-2/+16
* Revert silliness around setting choices for --formatIan Cordasco2016-06-143-13/+10
* Add release notes portion of documentationIan Cordasco2016-06-1434-0/+336
* Fix documentation buildIan Cordasco2016-06-141-2/+2
* Use the same interface for vcs installationIan Cordasco2016-06-142-4/+9
* Fix integration testsIan Cordasco2016-06-141-2/+2
* Add docstrings and a new-line for pydocstyleIan Cordasco2016-06-142-0/+3
* Configure bandit to ignore subprocess warningsIan Cordasco2016-06-142-1/+85
* 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-112-0/+1
* Use function for pep8 pluginsIan Cordasco2016-06-091-36/+34
* Add flake8.api and docs for itIan Cordasco2016-06-083-0/+22
* Update our warning message about WindowsIan Cordasco2016-06-071-2/+4
* Check for version of Python on WindowsIan Cordasco2016-06-073-2/+44
* Ensure that a file exists before processing itIan Cordasco2016-06-071-1/+13
* Exclude our fixtures from Flake8Ian Cordasco2016-06-071-1/+1
* Add test fixture that mirrors documented usageIan Cordasco2016-06-071-0/+1
* Fix tests broken by updating the default ignore listIan Cordasco2016-06-071-1/+1
* Add documentation around ignoring errorsIan Cordasco2016-06-073-0/+97
* Start adding test fixture filesIan Cordasco2016-06-071-0/+3
* 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-075-3/+243
* Add --stdin-display-name to modify report outputIan Cordasco2016-06-063-0/+33
* 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
* Symlink the contributing docs to CONTRIBUTINGIan Cordasco2016-06-041-0/+1
* Remove last trailing whitespaceIan Cordasco2016-06-041-1/+1
* Trim trailing whitespace in contributing docsIan Cordasco2016-06-041-2/+2
* Refactor docs requirements into file for RTDIan Cordasco2016-06-042-3/+5
* Add contributing documentationIan Cordasco2016-06-042-0/+201
* Use correct basepython for docs testenvsIan Cordasco2016-06-041-1/+2