mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
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
This commit is contained in:
parent
c1471fe873
commit
907ee79715
1 changed files with 3 additions and 0 deletions
3
mypy.ini
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue