diff options
author | Frederick Muriuki Muriithi | 2021-11-01 08:33:26 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-11-01 08:33:26 +0300 |
commit | b56341f9144623cc41bc815b337490ace04b2495 (patch) | |
tree | e568d94460585155d752bdf75fd7205699251bf2 /mypy.ini | |
parent | 37cf87e94a44ba2ab26a8e458e0c5a90fe5ecc7a (diff) | |
parent | 8f036415975d6e224e5e94277997329c0f1fa159 (diff) | |
download | genenetwork3-b56341f9144623cc41bc815b337490ace04b2495.tar.gz |
Merge branch 'main' of github.com:genenetwork/genenetwork3 into partial-correlations
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,3 +11,6 @@ ignore_missing_imports = True [mypy-ipfshttpclient.*] ignore_missing_imports = True + +[mypy-pingouin.*] +ignore_missing_imports = True
\ No newline at end of file |