From 3bf2b10ae0bef28677ea0ab3e2d1bbb3fe31735f Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 23 Sep 2025 13:31:00 -0400 Subject: Clean up examples, fix a few bugs --- pre-commit.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pre-commit.sh') diff --git a/pre-commit.sh b/pre-commit.sh index 601a434..6b8e4bf 100755 --- a/pre-commit.sh +++ b/pre-commit.sh @@ -2,3 +2,5 @@ mypy . || exit 1 pylint pom_parser/__init__.py || exit 1 +which doxygen >/dev/null && { doxygen || exit 1; } +python -m unittest tests || exit 1 -- cgit v1.2.3