9 lines
112 B
INI
9 lines
112 B
INI
[mypy]
|
|
warn_return_any = True
|
|
|
|
[mypy-yaml.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-tests.*]
|
|
ignore_errors = True
|