- 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:
@@ -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/*"
|
||||
|
||||
Reference in New Issue
Block a user