5 lines
133 B
INI
5 lines
133 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
disallow_untyped_defs = True
|
|
disallow_untyped_calls = True
|
|
plugins = sqlalchemy.ext.mypy.plugin
|