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/