fix: F821 undefined name errors in channels

This commit is contained in:
yorkhellen
2026-05-07 13:07:22 +08:00
committed by Xubin Ren
parent 4a4e0af0ba
commit 4773589685
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
run: uv sync --all-extras
- name: Lint with ruff
run: uv run ruff check nanobot
run: uv run ruff check nanobot --select F
- name: Run tests
run: uv run pytest tests/