fix: resolve CI lint and type errors
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled
Some checks failed
CI/CD / lint-and-test (push) Has been cancelled
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
# Local AI Commit Reviewer CLI
|
# Local AI Commit Reviewer CLI
|
||||||
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
|
||||||
[](https://www.python.org/downloads/)
|
|
||||||
[](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 .
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user