mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 14:29:46 +00:00
29 lines
504 B
INI
29 lines
504 B
INI
[mypy]
|
|
python_version = 3.9
|
|
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-irctest.self_tests.*]
|
|
disallow_untyped_defs = False
|
|
|
|
[mypy-defusedxml.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-ecdsa]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-ecdsa.util]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-irctest.scram.*]
|
|
disallow_untyped_defs = False
|