Skip to content

Commit 5bd2689

Browse files
committed
🧎‍♀️ Genuflect to the types.
Ref jaraco/tempora#35, requests/toolbelt#279, Lucretiel/autocommand#34
1 parent 36af527 commit 5bd2689

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mypy.ini

+12
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,15 @@ explicit_package_bases = True
1212

1313
# Disable overload-overlap due to many false-positives
1414
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+
ignore_missing_imports = True
23+
24+
# Lucretiel/autocommand#34
25+
[mypy-autocommand]
26+
ignore_missing_imports = True

0 commit comments

Comments
 (0)