note about hooks added

This commit is contained in:
Sergey Lukjanov 2013-02-18 14:03:11 +04:00
parent 4f51cdaa56
commit 79fbe627b3
1 changed files with 9 additions and 0 deletions

View File

@ -8,3 +8,12 @@ Quickstart
# tools/install_venv
# tools/with_venv python
# tools/build_docs
Git hook for pep8 check
-----------------------
Just add the following lines to .git/hooks/pre-commit and do chmod +x for it.
::
#!/bin/sh
# Auto-check for pep8
tools/pep8