We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36af527 commit 5bd2689Copy full SHA for 5bd2689
mypy.ini
@@ -12,3 +12,15 @@ explicit_package_bases = True
12
13
# Disable overload-overlap due to many false-positives
14
disable_error_code = overload-overlap
15
+
16
+# jaraco/tempora#35
17
+[mypy-tempora]
18
+ignore_missing_imports = True
19
20
+# requests/toolbelt#279
21
+[mypy-requests_toolbelt]
22
23
24
+# Lucretiel/autocommand#34
25
+[mypy-autocommand]
26
0 commit comments