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