mypy: Enable strict_equality.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-04-13 10:10:53 -07:00 committed by Tim Abbott
parent 4e8a5f4da8
commit d99e2d5a3a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ warn_redundant_casts = True
warn_unused_ignores = True warn_unused_ignores = True
warn_return_any = False warn_return_any = False
no_implicit_reexport = False no_implicit_reexport = False
strict_equality = False strict_equality = True
# Display the codes needed for # type: ignore[code] annotations. # Display the codes needed for # type: ignore[code] annotations.
show_error_codes = True show_error_codes = True