summaryrefslogtreecommitdiff
path: root/flake8/hooks.py
Commit message (Expand)AuthorAgeFilesLines
* Do not overwrite Git pre-commit hook; closes #149Florent Xicluna2014-05-051-0/+2
* Use write-only mode 'w' instead of 'w+' for writing hooksFlorent Xicluna2014-05-051-3/+4
* Assume UTF-8 when decoding hg or git output; closes #148Florent Xicluna2014-05-051-2/+2
* Merged in fr710/flake8 (pull request #41)Florent Xicluna2014-03-301-10/+5
|\
| * Minor hg hook refactoringFlorian Rathgeber2014-03-231-3/+1
| * Pass current directory as paths to pep8 StyleGuideFlorian Rathgeber2014-03-231-6/+3
| * Default hg ignore config to empty instead of NoneFlorian Rathgeber2014-03-231-1/+1
* | Disable mercurial demandimport in _pyflakes moduleFlorian Rathgeber2014-03-231-6/+0
|/
* Git and Mercurial hooks respect FLAKE8_LAZYFlorian Rathgeber2013-10-261-1/+10
* Git and Mercurial hooks respect FLAKE8_IGNOREFlorian Rathgeber2013-10-261-1/+5
* Git hook respects local configuration filesFlorian Rathgeber2013-10-261-3/+24
* Bugfix: get the parser if no vcs found in install_hookFlorian Rathgeber2013-09-141-7/+9
* revert checking for string and just pass a string to run() instead of a listTobias Megies2013-10-101-4/+2
* bugfix: shift a line into loopTobias Megies2013-10-101-1/+1
* remove encoding/decoding of staged filesTobias Megies2013-10-101-23/+4
* git hook: try to encode/decode with correct encoding (try to detect from file...Tobias Megies2013-10-091-5/+27
* make git_hook check staged versions of files instead of local versionTobias Megies2013-10-081-7/+37
* Fix hook file permissionsLaurent Bachelier2013-07-141-4/+3
* Fix git hook on python 3Ian Cordasco2013-07-041-0/+8
* Update hooks.pyRob Hudson2013-04-021-1/+1
* Merged in develop (pull request #35)Ian Cordasco2013-04-011-0/+6
|\
| * Fix mercurial hook, issue #88Florent Xicluna2013-02-261-0/+6
* | Yay I can't type any moreIan Cordasco2013-03-241-1/+1
* | Silly python 2.5 binary is for kidsIan Cordasco2013-03-241-1/+3
* | Fix #91 (bitbucket)Ian Cordasco2013-03-241-2/+7
* | Update the VCS docsIan Cordasco2013-02-261-0/+3
* | Fixes #86 on bitbucketIan Cordasco2013-02-251-0/+4
|/
* Fix spaceFlorent Xicluna2013-02-251-1/+1
* Add docsIan Cordasco2013-02-221-0/+17
* Restore the whole-file-skip featureFlorent Xicluna2013-02-201-2/+1
* Small refactoring in the hooks moduleFlorent Xicluna2013-02-201-16/+11
* Wrong exit code for the VCS hooksFlorent Xicluna2013-02-131-2/+2
* Fix the commit hooks, hopefullyFlorent Xicluna2013-02-131-24/+24
* Add support for the pep8 config fileKevin Stanton2013-01-091-1/+2
* Mention changes in preparation for 2.0.0Ian Cordasco2013-01-021-1/+65
* Split up flake8/run.pyIan Cordasco2013-01-011-0/+80