diff options
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,3 +11,12 @@ ignore_missing_imports = True [mypy-ipfshttpclient.*] ignore_missing_imports = True + +[mypy-pingouin.*] +ignore_missing_imports = True + +[mypy-redis.*] +ignore_missing_imports = True + +[mypy-requests.*] +ignore_missing_imports = True
\ No newline at end of file |