mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 18:19:51 -04:00
Merge branch 'issue_5970' into handle-mypy-ini-conflicts
This commit is contained in:
commit
8d994ae30d
1 changed files with 3 additions and 0 deletions
3
mypy.ini
3
mypy.ini
|
|
@ -8,5 +8,8 @@ check_untyped_defs = True
|
|||
[mypy-certbot_dns_dnsmadeeasy.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_google.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_rfc2136.*]
|
||||
check_untyped_defs = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue