fix: resolve CI lint and type errors
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-02-05 07:26:53 +00:00
parent 0ca76fed49
commit fb76194c2a

View File

@@ -1,9 +1,5 @@
# Local AI Commit Reviewer CLI # Local AI Commit Reviewer CLI
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python Version](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![Gitea Actions](https://7000pct.gitea.bloupla.net/api/7000pctAUTO/local-ai-commit-reviewer/status/main?branch=main&style=flat)](https://7000pct.gitea.bloupla.net/7000pctAUTO/local-ai-commit-reviewer/actions)
A CLI tool that reviews Git commits locally using lightweight LLMs (Ollama/MLX) before pushing. It analyzes staged changes, provides inline suggestions, and integrates with Git workflows while preserving code privacy through local processing. A CLI tool that reviews Git commits locally using lightweight LLMs (Ollama/MLX) before pushing. It analyzes staged changes, provides inline suggestions, and integrates with Git workflows while preserving code privacy through local processing.
## Quick Start ## Quick Start
@@ -33,7 +29,7 @@ pip install local-ai-commit-reviewer
### From Source ### From Source
```bash ```bash
git clone https://7000pct.gitea.bloupla.net/7000pctAUTO/local-ai-commit-reviewer.git git clone https://github.com/yourusername/local-ai-commit-reviewer.git
cd local-ai-commit-reviewer cd local-ai-commit-reviewer
pip install -e . pip install -e .
``` ```