MyPy shows error codes by default since v0.990

This commit is contained in:
Adam Turner 2023-12-31 17:23:38 +00:00
parent ba18b50f34
commit 3f1fb5ee13

View File

@ -138,7 +138,6 @@ ignore_missing_imports = true
no_implicit_optional = true
python_version = "3.9"
show_column_numbers = true
show_error_codes = true
show_error_context = true
strict_optional = true
warn_redundant_casts = true