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

@@ -24,7 +24,7 @@ jobs:
python-version: "3.14"
- name: Run ruff check
run: uvx ruff check src/
run: uvx ruff check src tests
pytest:
runs-on: ${{ matrix.os }}