Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2018-05-14 21:12:31 +0300
committerBrad Warren <bmw@eff.org>2018-05-14 21:12:31 +0300
commit19c6a5e6eed24c12c2d8b63d71b0e4d4bb2c9cb9 (patch)
tree85222cbb0c8fe4db52c186d4ddad73dff7969173 /mypy.ini
parent875c8d4c01bcaba58f926d9f0e78ce98eecd0287 (diff)
parent33583792fae361e6b12232c895ffdebe53a9d1b5 (diff)
Merge branch 'issue_5968' into handle-mypy-ini-conflicts
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/mypy.ini b/mypy.ini
index 79b39c539..8f1bc91ef 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -5,14 +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_rfc2136.*]
+[mypy-certbot_dns_luadns.*]
check_untyped_defs = True
-[mypy-certbot_dns_luadns.*]
+[mypy-certbot_dns_rfc2136.*]
check_untyped_defs = True