fooder-api/mypy.ini

14 lines
195 B
INI
Raw Normal View History

[mypy]
plugins = sqlalchemy.ext.mypy.plugin,pydantic.mypy
exclude = .*/test/.*
pretty = True
platform = linux
warn_unused_configs = True
warn_unused_ignores = True
2024-05-21 14:40:31 +02:00
allow_redefinition = True