[project] name = "space-booking-backend" version = "0.1.0" description = "Space booking backend API" requires-python = ">=3.12" [tool.mypy] python_version = "3.12" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true ignore_missing_imports = true [tool.ruff] line-length = 100 target-version = "py312" [tool.ruff.lint] select = ["E", "F", "I", "N", "W"] ignore = [] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]