16 lines
255 B
INI
16 lines
255 B
INI
|
[mypy]
|
||
|
check_untyped_defs = False
|
||
|
ignore_missing_imports = True
|
||
|
|
||
|
[mypy-slixmpp.types]
|
||
|
ignore_errors = True
|
||
|
|
||
|
[mypy-slixmpp.thirdparty.*]
|
||
|
ignore_errors = True
|
||
|
|
||
|
[mypy-slixmpp.plugins.*]
|
||
|
ignore_errors = True
|
||
|
|
||
|
[mypy-slixmpp.plugins.base]
|
||
|
ignore_errors = False
|