12 lines
187 B
INI
12 lines
187 B
INI
|
|
[mypy]
|
|
plugins = sqlalchemy.ext.mypy.plugin,pydantic.mypy
|
|
|
|
exclude = .*/test/.*|fooder/alembic/.*
|
|
|
|
pretty = True
|
|
|
|
platform = linux
|
|
|
|
warn_unused_configs = True
|
|
warn_unused_ignores = True
|