Introduce static analysis to catch code style issues, unused imports, and minor bugs early. - Add ruff to requirements - Add CI step: name: Lint with ruff run: ruff src fastapi_app tests
Introduce static analysis to catch code style issues, unused imports, and minor bugs early.
name: Lint with ruff
run: ruff src fastapi_app tests