diff options
author | Frederick Muriuki Muriithi | 2024-11-22 09:58:42 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-22 10:17:19 -0600 |
commit | cab78050064424d31534c3bba9c68080108dacd6 (patch) | |
tree | 4425e169f87921d75a4c2e699b5bb7beea68dd2e /mypy.ini | |
parent | 0e8d6049bfb693531f6f8f0f3e8c7fbbb3e63e24 (diff) | |
download | gn-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.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |