2024-05-20 13:32:47 +02:00
|
|
|
|
|
|
|
[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 15:18:03 +02:00
|
|
|
|
|
|
|
[mypy-fooder.controller.*]
|
|
|
|
disable_error_code=override
|