We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3921856 commit b5c37bbCopy full SHA for b5c37bb
mypy.ini
@@ -20,3 +20,7 @@ ignore_missing_imports = True
20
# boxine/bx_py_utils#201
21
[mypy-bx_py_utils.compat]
22
ignore_missing_imports = True
23
+
24
+# requests/toolbelt#279
25
+[mypy-requests_toolbelt]
26
+ignore_missing_imports = True
0 commit comments