From 374c1a56b3ba0a6adbc933309961522011dffd7c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 16:59:20 +0000 Subject: [PATCH] fix: Add Gitea Actions CI workflow and fix linting issues --- src/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..a1fd1f8 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,3 @@ +"""Local Commit Message Generator - A CLI tool for generating conventional commit messages.""" + +__version__ = "0.1.0"