mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 22:50:06 +00:00
Remove auto-hook
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
77512b13d5
commit
97295bd34c
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -7,10 +7,8 @@ container:
|
|||
check_zones: .venv
|
||||
./.venv/bin/python3 checkZonefile.py
|
||||
|
||||
auto-hook-pre-commit: check_zones
|
||||
|
||||
.venv:
|
||||
virtualenv --python=python3 .venv
|
||||
./.venv/bin/pip3 install -r requirements.txt
|
||||
|
||||
.PHONY: check_zones auto-hook-pre-commit container
|
||||
.PHONY: check_zones container
|
||||
|
|
Loading…
Reference in a new issue