mirror of https://github.com/zulip/zulip.git
mypy: Enable strict_equality.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
4e8a5f4da8
commit
d99e2d5a3a
2
mypy.ini
2
mypy.ini
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue