Skip to content

Commit 6c0b7b3

Browse files
committed
🧎‍♀️ Genuflect to the types.
Ref jaraco/pytest-perf#16
1 parent b254784 commit 6c0b7b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ explicit_package_bases = True
1212

1313
# Disable overload-overlap due to many false-positives
1414
disable_error_code = overload-overlap
15+
16+
# jaraco/pytest-perf#16
17+
[mypy-pytest_perf.*]
18+
ignore_missing_imports = True

0 commit comments

Comments
 (0)