Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mypy.ini - dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71e5d221e7d0c2239f530b698ecb55b2a98c739c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[mypy]
python_version = 3.9
warn_unused_configs = True
disallow_incomplete_defs = True
allow_redefinition = True

[mypy-gi.*]
ignore_missing_imports = True

[mypy-precis_i18n.*]
ignore_missing_imports = True

[mypy-idna.*]
ignore_missing_imports = True