arbret/backend/tests
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 with some tests 2025-12-18 21:48:41 +01:00
conftest.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
helpers.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_auth.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_availability.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_booking.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_counter.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_invites.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_permissions.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_profile.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
test_validation.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00