ci: Enable full ruff -F (all F rules) checks

This commit is contained in:
yorkhellen 2026-05-07 08:43:37 +08:00 committed by Xubin Ren
parent 9a8c4da0c4
commit 4a4e0af0ba

View File

@ -33,7 +33,7 @@ jobs:
run: uv sync --all-extras
- name: Lint with ruff
run: uv run ruff check nanobot --select F401,F841
run: uv run ruff check nanobot
- name: Run tests
run: uv run pytest tests/