pygrep-hooks/debian/rules
Daniel Baumann 770fce1728
Adding debian version 1.10.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-16 20:28:34 +02:00

11 lines
259 B
Makefile
Executable file

#!/usr/bin/make -f
%:
dh ${@}
override_dh_auto_install:
mkdir -p debian/pre-commit-pygrep-hooks/usr/share/pre-commit/pygrep-hooks
cp .pre-commit*.yaml debian/pre-commit-pygrep-hooks/usr/share/pre-commit/pygrep-hooks
override_dh_auto_test:
pytest tests