mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
* unchecked_typed_defs everywhere * fix mypy for lock_test * add magic_typing * fix mypy in letshelp * fix validator errors in compat test * fix mypy for test_driver.py * fix mypy in util.py * delint
11 lines
200 B
INI
11 lines
200 B
INI
[mypy]
|
|
check_untyped_defs = True
|
|
ignore_missing_imports = True
|
|
python_version = 2.7
|
|
|
|
[mypy-acme.magic_typing_test]
|
|
ignore_errors = True
|
|
|
|
[mypy-letshelp_certbot.magic_typing_test]
|
|
ignore_errors = True
|