chore: align ruff lint scope (#3139)

Assisted-by: Codex (model: GPT-5, autonomous)
This commit is contained in:
Pascal THUET
2026-07-21 15:37:27 +02:00
committed by GitHub
parent d6fa0460ed
commit ec45dbd791
4 changed files with 4 additions and 5 deletions

View File

@@ -120,10 +120,10 @@ generated metadata, then add the import and `_register()` call in
## 7. Run Lint / Basic Checks
CI enforces `ruff check src/` (see `.github/workflows/test.yml`), so run it locally before pushing:
CI enforces `ruff check src tests` (see `.github/workflows/test.yml`), so run it locally before pushing:
```bash
uvx ruff check src/
uvx ruff check src tests
```
You can also quickly sanity check importability: