Move waypoints and commit boundaries to FastAPI.

This commit is contained in:
Dan Albert
2022-02-19 18:25:45 -08:00
parent b533633494
commit c16ca40894
25 changed files with 360 additions and 328 deletions

View File

@@ -15,6 +15,7 @@ warn_redundant_casts = True
# warn_return_any = True
warn_unreachable = True
warn_unused_ignores = True
plugins = pydantic.mypy
[mypy-faker.*]
ignore_missing_imports = True