mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
Add remaining DNS plugins to mypy.ini and sort (#6018)
This commit is contained in:
committed by
Joona Hoikkala
parent
9b2862ebb0
commit
94bf97b812
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user