fix: resolve CI ruff configuration issues
Some checks failed
CI / test (push) Has been cancelled

- Add ruff>=0.1.0 to dev dependencies in pyproject.toml
- Remove redundant pip install ruff step from CI workflow
This commit is contained in:
2026-02-05 09:43:45 +00:00
parent 3bb0f69424
commit ab6261d379

View File

@@ -34,5 +34,4 @@ jobs:
- name: Run linting
run: |
pip install ruff
ruff check --fix . --exclude="database/*" --exclude="orchestrator/*" --exclude="web/*" --exclude="local-ai-commit-reviewer/*" --exclude="mcp_servers/*" --exclude="logs/*"