We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a67ef1 commit 6539fd4Copy full SHA for 6539fd4
mypy.ini
@@ -16,3 +16,7 @@ disable_error_code = overload-overlap
16
# jaraco/jaraco.ui#4
17
[mypy-jaraco.ui.*]
18
ignore_missing_imports = True
19
+
20
+# requests/toolbelt#279
21
+[mypy-requests_toolbelt]
22
+ignore_missing_imports = True
0 commit comments