I hereby claim:
- I am azenk on github.
- I am azenk (https://keybase.io/azenk) on keybase.
- I have a public key ASCt-kwkdSgz1uqUWuhfcOYGW2-igBEzdWTpoMLvscpA5go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# Install in .git/hooks/pre-commit | |
from subprocess import Popen, PIPE | |
import re | |
import os | |
import sys | |
import tempfile | |
import shutil |