mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Merge pull request #5982 from certbot/handle-mypy-ini-conflicts
Check unchecked defs in various DNS plugins
This commit is contained in:
commit
94829e35be
1 changed files with 9 additions and 0 deletions
9
mypy.ini
9
mypy.ini
|
|
@ -5,8 +5,17 @@ ignore_missing_imports = True
|
|||
[mypy-acme.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_dnsimple.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_dnsmadeeasy.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_google.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_luadns.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_rfc2136.*]
|
||||
check_untyped_defs = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue