diff options
| author | BonfaceKilz | 2021-03-15 15:51:36 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2021-03-15 15:51:36 +0300 |
| commit | bff9b71dcdab6a4a01f48bc5ede7738d7cc10ca8 (patch) | |
| tree | da1b32a15587898691bca4236c7e3bbf74c01c54 | |
| parent | f464a4bee6ce3b4e79870b3b14fce07d360b7386 (diff) | |
| download | genenetwork3-bff9b71dcdab6a4a01f48bc5ede7738d7cc10ca8.tar.gz | |
Add a basic mypy init file
| -rw-r--r-- | mypy.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini new file mode 100644 index 0000000..cbc71ab --- /dev/null +++ b/mypy.ini @@ -0,0 +1,11 @@ +[mypy] +plugins = sqlmypy + +[mypy-scipy.*] +ignore_missing_imports = True + +[mypy-MySQLdb.*] +ignore_missing_imports = True + +[mypy-rpy2.*] +ignore_missing_imports = True \ No newline at end of file |
