Fix CI: scope ruff to src/ directory only
Some checks failed
CI / test (push) Failing after 15s

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

5
app/ruff.toml Normal file
View File

@@ -0,0 +1,5 @@
[lint]
exclude = [
"__pycache__",
"*.egg-info",
]