mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
* check_untyped_defs in mypy with clean output for certbot-dns-luadns Resolves #5971
13 lines
210 B
INI
13 lines
210 B
INI
[mypy]
|
|
python_version = 2.7
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-acme.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_rfc2136.*]
|
|
check_untyped_defs = True
|
|
|
|
[mypy-certbot_dns_luadns.*]
|
|
check_untyped_defs = True
|