aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-12-05 17:33:08 +0300
committerFrederick Muriuki Muriithi2023-12-05 17:33:08 +0300
commit2290b274689114442c4fee87bfb1eb325c240c14 (patch)
tree47b74aed447bc864ad80f8b80cac659074a4eaf7 /mypy.ini
parentbc78ac2cf926f38ef88309dd1b4288b1b1230b66 (diff)
downloadgn-auth-2290b274689114442c4fee87bfb1eb325c240c14.tar.gz
mypy: Deactivate search for flask_cors stubs
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 f75be5b..15c4b44 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -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