diff options
| author | Frederick Muriuki Muriithi | 2021-12-06 14:04:59 +0300 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2021-12-06 14:04:59 +0300 |
| commit | 66406115f41594ba40e3fbbc6f69aace2d11800f (patch) | |
| tree | 0f3de09b74a3f47918dd4a192665c8a06c508144 /mypy.ini | |
| parent | 77099cac68e8f4792bf54d8e1f7ce6f315bedfa7 (diff) | |
| parent | 5d2248f1dabbc7dd04f48aafcc9f327817a9c92c (diff) | |
| download | genenetwork3-66406115f41594ba40e3fbbc6f69aace2d11800f.tar.gz | |
Merge branch 'partial-correlations'
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 |
