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:
authorDouglas Anger <douganger@gmail.com>2018-05-14 23:18:49 +0300
committerBrad Warren <bmw@users.noreply.github.com>2018-05-14 23:18:49 +0300
commit907ee797151f270bec3a2697743568362db497cd (patch)
tree1e73a80a490f5ed1f2a19be5df00142c8d96eb96 /mypy.ini
parentc1471fe873e4b72a01638e75b2f30bb111c3bf92 (diff)
Check_untyped_defs in mypy with clean output for certbot-dns-nsone (#5987)
* check_untyped_defs in mypy with clean output for certbot-dns-nsone Resolves #5972
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 8f1bc91ef..449262795 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -17,5 +17,8 @@ check_untyped_defs = True
[mypy-certbot_dns_luadns.*]
check_untyped_defs = True
+[mypy-certbot_dns_nsone.*]
+check_untyped_defs = True
+
[mypy-certbot_dns_rfc2136.*]
check_untyped_defs = True