diff options
author | Frederick Muriuki Muriithi | 2022-03-11 12:09:22 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-11 12:09:22 +0300 |
commit | 08a27b65b91cec12ec2a44945090ca8b9fabd8dd (patch) | |
tree | 8c56e52ed54eac07b6e490b7c1693baa21183837 /mypy.ini | |
parent | 9691e225724e041997c74f8665dcbfa12bb1c579 (diff) | |
download | genenetwork3-08a27b65b91cec12ec2a44945090ca8b9fabd8dd.tar.gz |
Fix typing errors
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,4 +31,7 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-pandas.*] +ignore_missing_imports = True + +[mypy-pytest.*] ignore_missing_imports = True
\ No newline at end of file |