Tone-down mypy checks

pull/191/head
Kieran Prasch 2018-07-08 10:02:15 -07:00 committed by tuxxy
parent befb0c30d7
commit cbfe8573e6
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ python_version=3.6
verbosity=0
ignore_missing_imports=True
[mypy-umbral.*]
disallow_untyped_defs=True
check_untyped_defs=True
disallow_untyped_defs=False
check_untyped_defs=False
disallow_untyped_calls=False
[mypy-umbral.openssl]
disallow_untyped_defs=False