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: 4cd3d2013310477ad8c85ca82c47ac6ae4aaf98f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[mypy]
python_version = 3.7
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