ci: Enable full ruff -F (all F rules) checks
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
|||||||
run: uv sync --all-extras
|
run: uv sync --all-extras
|
||||||
|
|
||||||
- name: Lint with ruff
|
- name: Lint with ruff
|
||||||
run: uv run ruff check nanobot --select F401,F841
|
run: uv run ruff check nanobot
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: uv run pytest tests/
|
run: uv run pytest tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user