We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966916e commit a126ecfCopy full SHA for a126ecf
1 file changed
setup.cfg
@@ -20,6 +20,10 @@ ignore_errors = true
20
[mypy-emails.backend.smtp.client]
21
disable_error_code = attr-defined, no-redef
22
23
+# Optional dependency stubs
24
+[mypy-requests.*]
25
+ignore_missing_imports = true
26
+
27
# Optional dependency, not always installed
28
[mypy-emails.template.*]
29
ignore_errors = true
0 commit comments