diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..1a10d39 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,7 @@ +[mypy] +disallow_untyped_defs = True +disallow_incomplete_defs = True +no_implicit_optional = True + +[mypy-colorama,bs4] +ignore_missing_imports = True