diff --git a/mypy.ini b/mypy.ini index 918bc71..d0264e9 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,4 +1,6 @@ [mypy] +disallow_incomplete_defs=True +disallow_untyped_defs=True implicit_reexport=False pretty=True show_error_codes=True