diff options
author | Frederick Muriuki Muriithi | 2021-11-09 10:31:46 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2021-11-09 10:31:46 +0300 |
commit | eec4cd566c1aceb5bd3e392595c38893bde8192b (patch) | |
tree | 88b5334a4255720995338be24127bc269958686c /mypy.ini | |
parent | 89691df0d7ba096fb7a154aca3adf40f8dfaa8ae (diff) | |
parent | 9e0fa5f3bbad6ad8c1d3306e986f58d6e6ac9c16 (diff) | |
download | genenetwork3-eec4cd566c1aceb5bd3e392595c38893bde8192b.tar.gz |
Merge branch 'main' of github.com:genenetwork/genenetwork3 into partial-correlations
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,4 +13,10 @@ ignore_missing_imports = True 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 |