Files
ilia 17be9cef33 Add homelab CI with hard ruff/pytest gates
Adds .gitea/workflows/ci.yml (python-ci with tesseract + libgl for the OCR/opencv tests, plus gitleaks secret-scan) and ruff.toml (E4/E7/E9/F/I, line-length 120). Cleans up the remaining unused-variable findings so the lint gate is green.
2026-07-26 15:37:45 -04:00

5 lines
64 B
TOML

line-length = 120
[lint]
select = ["E4", "E7", "E9", "F", "I"]