Fix CI: scope ruff to src/ directory only
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 18:14:47 +00:00
parent 3d1c1d11ac
commit b903f80399

View File

@@ -21,4 +21,4 @@ jobs:
pip install -e ".[dev]"
python -m pytest tests/ -v --cov=src --cov-report=term-missing
pip install ruff
ruff check .
ruff check src/