# 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"]