fooder-api/mypy.ini
Piotr Domański d66eb8affa
Some checks failed
Python lint and test / linttest (push) Has been cancelled
[mypy] fixed all and added github action
2024-05-21 15:18:03 +02:00

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