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.
5 lines
64 B
TOML
5 lines
64 B
TOML
line-length = 120
|
|
|
|
[lint]
|
|
select = ["E4", "E7", "E9", "F", "I"]
|