From 4a4e0af0ba25d5f1d50048213935e32d6c7e7fae Mon Sep 17 00:00:00 2001 From: yorkhellen Date: Thu, 7 May 2026 08:43:37 +0800 Subject: [PATCH] ci: Enable full ruff -F (all F rules) checks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22d38e95a..d4aa658d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/