summaryrefslogtreecommitdiff
path: root/mypy.ini
blob: edf0d65f41789097a63691c7446fc2deada200f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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