Added pre-commit.py script

This commit is contained in:
Anthony Sottile
2014-03-13 09:07:55 -07:00
parent 6e63d3a4a2
commit 2aa8821b70
4 changed files with 54 additions and 0 deletions

8
scripts/pre-commit.py Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python
if __name__ == '__main__':
import sys
from pre_commit.run import run
sys.exit(run(sys.argv[1:]))