aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-22 09:58:42 -0600
committerFrederick Muriuki Muriithi2024-11-22 10:17:19 -0600
commitcab78050064424d31534c3bba9c68080108dacd6 (patch)
tree4425e169f87921d75a4c2e699b5bb7beea68dd2e /mypy.ini
parent0e8d6049bfb693531f6f8f0f3e8c7fbbb3e63e24 (diff)
downloadgn-auth-cab78050064424d31534c3bba9c68080108dacd6.tar.gz
Add `gn-libs` as new dependency.
Bring in the `gn-libs` library as a dependency to help with avoiding replication of code across the various GeneNetwork projects — with this in place, we can now reuse previously written code that is common across the various projects, which helps with reducing the maintenance burden.
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 15c4b44..89a6200 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -71,4 +71,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-flask_cors.*]
+ignore_missing_imports = True
+
+[mypy-gn_libs.*]
ignore_missing_imports = True \ No newline at end of file