From dab02f931af7bb8551271a36e9879355d580b850 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 06:34:37 +0000 Subject: [PATCH] Initial upload: Local AI Commit Reviewer CLI with CI/CD workflow --- src/hooks/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/hooks/__init__.py diff --git a/src/hooks/__init__.py b/src/hooks/__init__.py new file mode 100644 index 0000000..31f4f84 --- /dev/null +++ b/src/hooks/__init__.py @@ -0,0 +1,3 @@ +from .hooks import check_hook_installed, install_pre_commit_hook + +__all__ = ["check_hook_installed", "install_pre_commit_hook"]