11 lines
163 B
INI
11 lines
163 B
INI
[mypy]
|
|
python_version = 3.8
|
|
plugins = pydantic.mypy
|
|
|
|
[mypy-sqlalchemy.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-tests.test_model_definition.*]
|
|
ignore_errors = True
|
|
|