8 lines
172 B
INI
8 lines
172 B
INI
[mypy]
|
|
follow_imports = skip
|
|
exclude_gitignore = true
|
|
exclude = libs/|tests/
|
|
warn_no_return = false
|
|
disable_error_code = annotation-unchecked
|
|
ignore_missing_imports = true
|