chore: update dependencies and license, refine local CI script for comprehensive checks
This commit is contained in:
@@ -71,12 +71,12 @@ jobs:
|
||||
|
||||
- name: Ruff (lint + format check)
|
||||
run: |
|
||||
uv run ruff check src/ tests/
|
||||
uv run ruff format --check src/ tests/
|
||||
uv run ruff check
|
||||
uv run ruff format --check
|
||||
|
||||
- name: MyPy
|
||||
run: |
|
||||
uv run mypy src/ tests/
|
||||
uv run mypy .
|
||||
- name: Pytest
|
||||
run: |
|
||||
uv run pytest tests/ --cov=src/quickbot_cli --cov-report=term-missing --cov-report=html -v
|
||||
|
||||
Reference in New Issue
Block a user