diff --git a/.mypy.ini b/.mypy.ini index 3da85ed3f..2ee1e5973 100644 --- a/.mypy.ini +++ b/.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