aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-01-21 16:09:55 -0600
committerFrederick Muriuki Muriithi2025-01-21 16:10:08 -0600
commit72a95f8ffa5401649f70978e863dd3f21900a611 (patch)
treeb66c6044a53daee32795cc52c324965d967c6ce0 /mypy.ini
parent761ee64e832dcd38dc1b6d0701b48ee468fb7113 (diff)
downloadgn-libs-72a95f8ffa5401649f70978e863dd3f21900a611.tar.gz
Add monadic_requests module.HEADmain
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 2373597..ca04070 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -8,4 +8,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-pymonad.*]
+ignore_missing_imports = True
+
+[mypy-requests.*]
ignore_missing_imports = True \ No newline at end of file