mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Added debug statement hook.
This commit is contained in:
parent
5e713f8878
commit
4fc86a807b
8 changed files with 152 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ coverage: py_env
|
|||
coverage run `which py.test` tests $(TEST_TARGETS) && \
|
||||
coverage report -m'
|
||||
|
||||
py_env: requirements.txt
|
||||
py_env: requirements.txt setup.py
|
||||
rm -rf py_env
|
||||
virtualenv py_env
|
||||
bash -c 'source py_env/bin/activate && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue