mypy.ini 99 B

1234
  1. [mypy]
  2. plugins = pydantic.mypy, sqlmypy
  3. ignore_missing_imports = True
  4. disallow_untyped_defs = True