diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..faf1c78 --- /dev/null +++ b/mypy.ini @@ -0,0 +1,13 @@ +[mypy] + +[mypy-uvicorn.*] +ignore_missing_imports = True + +[mypy-dotenv.*] +ignore_missing_imports = True + +[mypy-git.*] +ignore_missing_imports = True + +[mypy-fastapi.*] +ignore_missing_imports = True \ No newline at end of file