Files
punimtag/ruff.toml
T
ilia fc3960afa9
CI / skip-ci-check (push) Successful in 18s
CI / python-lint (push) Failing after 19s
CI / docker-ci (push) Successful in 21s
CI / secret-scan (push) Successful in 30s
CI / skip-ci-check (pull_request) Successful in 27s
CI / python-lint (pull_request) Failing after 21s
CI / docker-ci (pull_request) Successful in 22s
CI / admin-unit (push) Successful in 44s
CI / secret-scan (pull_request) Successful in 45s
CI / admin-unit (pull_request) Successful in 55s
CI / viewer-unit (push) Successful in 1m54s
CI / viewer-unit (pull_request) Successful in 1m45s
CI / e2e (push) Failing after 6m5s
CI / e2e (pull_request) Successful in 6m43s
lint: replace no-op flake8 script with gating ruff check, fix findings
2026-07-26 16:01:28 -04:00

7 lines
219 B
TOML

# Pragmatic lint gate for the FastAPI backend (see package.json lint:python
# and the python-lint CI job). Legacy desktop code under src/ is out of scope.
line-length = 120
[lint]
select = ["E4", "E7", "E9", "F", "I"]