fix: Add Gitea Actions CI workflow and fix linting issues
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-04 16:59:20 +00:00
parent 5e674085f6
commit 374c1a56b3

3
src/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Local Commit Message Generator - A CLI tool for generating conventional commit messages."""
__version__ = "0.1.0"