mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Add remaining DNS plugins to mypy.ini and sort (#6018)
This commit is contained in:
parent
9b2862ebb0
commit
94bf97b812
1 changed files with 9 additions and 3 deletions
12
mypy.ini
12
mypy.ini
|
|
@ -8,6 +8,15 @@ check_untyped_defs = True
|
|||
[mypy-certbot_apache.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_cloudflare.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_cloudxns.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_digitalocean.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_dnsimple.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
|
|
@ -29,8 +38,5 @@ check_untyped_defs = True
|
|||
[mypy-certbot_dns_route53.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_digitalocean.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_nginx.*]
|
||||
check_untyped_defs = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue