mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Check_untyped_defs in mypy with clean output for certbot_dns_rfc2136 (#5975)
* check_untyped_defs in mypy with clean output for certbot_dns_rfc2136 Resolves #5973
This commit is contained in:
parent
cce23c86c7
commit
2d45b0b07a
1 changed files with 3 additions and 0 deletions
3
mypy.ini
3
mypy.ini
|
|
@ -4,3 +4,6 @@ ignore_missing_imports = True
|
|||
|
||||
[mypy-acme.*]
|
||||
check_untyped_defs = True
|
||||
|
||||
[mypy-certbot_dns_rfc2136.*]
|
||||
check_untyped_defs = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue