aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorAlexander Kabui2021-10-29 09:49:28 +0300
committerGitHub2021-10-29 09:49:28 +0300
commit8f036415975d6e224e5e94277997329c0f1fa159 (patch)
treeabc1e4b8578fad0cc934b334edc5c573a4bd6d20 /mypy.ini
parent0cfff99e22155b6b15e23cbeff596f5f8f08709c (diff)
downloadgenenetwork3-8f036415975d6e224e5e94277997329c0f1fa159.tar.gz
Feature/biweight reimplementation (#47)
* add biweight reimplementation with pingouin * delete biweight scripts and tests * add python-pingouin to guix file * delete biweight paths * mypy fix:pingouin mising imports * pep8 formatting && pylint fixes
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 5d66812..a507703 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -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