typing: use follow_imports = silent

pull/7657/head
Daniel Mensinger 4 years ago
parent 5deb33b03c
commit b57a355426
No known key found for this signature in database
GPG Key ID: 54DD94C131E277D4
  1. 2
      .mypy.ini

@ -4,7 +4,7 @@ show_error_context = False
show_column_numbers = True
ignore_missing_imports = True
follow_imports = skip
follow_imports = silent
warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True

Loading…
Cancel
Save