arbret/backend/routes
counterweight 6c218130e9
Add ruff linter/formatter for Python
- Add ruff as dev dependency
- Configure ruff in pyproject.toml with strict 88-char line limit
- Ignore B008 (FastAPI Depends pattern is standard)
- Allow longer lines in tests for readability
- Fix all lint issues in source files
- Add Makefile targets: lint-backend, format-backend, fix-backend
2025-12-21 21:54:26 +01:00
..
__init__.py first implementation 2025-12-20 22:18:14 +01:00
audit.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
auth.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
availability.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
booking.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
counter.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
invites.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
meta.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
profile.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
sum.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00