diff options
-rw-r--r-- | .mypy.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |