Piotr Domański
d66eb8affa
Some checks failed
Python lint and test / linttest (push) Has been cancelled
15 lines
225 B
INI
15 lines
225 B
INI
|
|
[mypy]
|
|
plugins = sqlalchemy.ext.mypy.plugin,pydantic.mypy
|
|
|
|
exclude = .*/test/.*
|
|
|
|
pretty = True
|
|
|
|
platform = linux
|
|
|
|
warn_unused_configs = True
|
|
warn_unused_ignores = True
|
|
|
|
[mypy-fooder.controller.*]
|
|
disable_error_code=override
|