# NOTE: the tavolo-app distribution lives in packages/tavolo-app/ (same # kaya-style layout as tavolo-platform and tavolo-scopone). This file # exists only for tooling that reads configuration from the working # directory: # - aerich reads [tool.aerich] from here (server/ locally, /app in the # db-migrate compose service), next to ./migrations; # - mypy reads [tool.mypy] from here when run from server/. # See the Migrations section in README.md. [tool.aerich] tortoise_orm = "tavolo.aerich_config.TORTOISE_ORM" location = "./migrations" [tool.mypy] python_version = "3.12" ignore_missing_imports = true plugins = []