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:11:08 +0300
committerBrad Warren <bmw@eff.org>2018-05-14 21:11:08 +0300
commit875c8d4c01bcaba58f926d9f0e78ce98eecd0287 (patch)
tree2fb981cf8a095d0a07e5c160f4f0300c3cf52c5a /mypy.ini
parent8d994ae30d4b1991ad2e2cefcf4fae77955d5e31 (diff)
parent5636b5550749b03a23c44a652fa5dc361fd8e1a0 (diff)
Merge branch 'feature/5971' into handle-mypy-ini-conflicts
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index e8f932dcf..79b39c539 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -13,3 +13,6 @@ check_untyped_defs = True
[mypy-certbot_dns_rfc2136.*]
check_untyped_defs = True
+
+[mypy-certbot_dns_luadns.*]
+check_untyped_defs = True