aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-12-28 13:19:50 +0300
committerFrederick Muriuki Muriithi2023-12-28 13:20:27 +0300
commit2162cec2084f712993180618eb92c5a6dfdc5963 (patch)
treec07f6b18d9cb5dcf31e8731adbde36a75b6553fa /mypy.ini
parentd4fff5fda2d9fe2b9730a7cffcc8f85b3a8eff17 (diff)
downloadgn-uploader-2162cec2084f712993180618eb92c5a6dfdc5963.tar.gz
Rework parsing of transposed geno files.
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 b0c3b7b..08e896e 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -25,4 +25,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-MySQLdb.*]
+ignore_missing_imports = True
+
+[mypy-yaml.*]
ignore_missing_imports = True \ No newline at end of file