mypy: silence import warnings

This commit is contained in:
2021-06-26 20:34:01 +02:00
parent a29e46c17a
commit 14ee59ca84

22
mypy.ini Normal file
View File

@ -0,0 +1,22 @@
[mypy]
python_version = 3.7
warn_return_any = True
warn_unused_configs = True
[mypy-irctest.*]
disallow_untyped_defs = True
[mypy-irctest.server_tests.*]
disallow_untyped_defs = False
[mypy-irctest.client_tests.*]
disallow_untyped_defs = False
[mypy-ecdsa]
ignore_missing_imports = True
[mypy-ecdsa.util]
ignore_missing_imports = True
[mypy-pyxmpp2_scram]
ignore_missing_imports = True