diff options
author | Frederick Muriuki Muriithi | 2023-12-05 17:33:08 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-12-05 17:33:08 +0300 |
commit | 2290b274689114442c4fee87bfb1eb325c240c14 (patch) | |
tree | 47b74aed447bc864ad80f8b80cac659074a4eaf7 | |
parent | bc78ac2cf926f38ef88309dd1b4288b1b1230b66 (diff) | |
download | gn-auth-2290b274689114442c4fee87bfb1eb325c240c14.tar.gz |
mypy: Deactivate search for flask_cors stubs
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,4 +68,7 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-setuptools.*] +ignore_missing_imports = True + +[mypy-flask_cors.*] ignore_missing_imports = True
\ No newline at end of file |