Quieter mypy options. See #350.

pull/351/head
jMyles 2018-07-04 18:52:31 -07:00
parent 72d0c8e978
commit 3d412cd21f
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
python_version=3.6
verbosity=0
[mypy-nucypher.*]
disallow_untyped_defs=True
disallow_untyped_defs=False
check_untyped_defs=False
disallow_untyped_calls=True
disallow_untyped_calls=False
ignore_missing_imports=True