felicity-lims/mypy.ini

4 lines
126 B
INI
Raw Normal View History

[mypy]
plugins = pydantic.mypy, sqlmypy, strawberry.ext.mypy_plugin
ignore_missing_imports = True
disallow_untyped_defs = True