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