diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..378e7b3 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,7 @@ +[mypy] +check_untyped_defs = True +disallow_any_generics = True +disallow_untyped_calls = True +disallow_untyped_defs = True +ignore_missing_imports = True +strict_optional = False \ No newline at end of file