Skip to content

Commit b57a355

Browse files
committed
typing: use follow_imports = silent
1 parent 5deb33b commit b57a355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mypy.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ show_error_context = False
44
show_column_numbers = True
55
ignore_missing_imports = True
66

7-
follow_imports = skip
7+
follow_imports = silent
88
warn_redundant_casts = True
99
warn_unused_ignores = True
1010
warn_return_any = True

0 commit comments

Comments
 (0)