matrix-alertbot/mypy.ini

6 lines
133 B
INI
Raw Normal View History

2022-06-14 23:37:54 +02:00
[mypy]
ignore_missing_imports = True
disallow_untyped_defs = True
disallow_untyped_calls = True
plugins = sqlalchemy.ext.mypy.plugin