diff options
Diffstat (limited to 'mypy.ini')
| -rw-r--r-- | mypy.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 5d66812..b0c48df 100644 --- a/mypy.ini +++ b/mypy.ini @@ -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 |
