File: mypy.ini

package info (click to toggle)
slixmpp 1.13.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,516 kB
  • sloc: python: 41,715; xml: 1,211; makefile: 135
file content (15 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (8)
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