Skip to content
Snippets Groups Projects
Unverified Commit ae22e6e9 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Enable 'strict_equality' checking for mypy (#14452)

parent 01a05278
No related branches found
No related tags found
No related merge requests found
Enable mypy's [`strict_equality` check](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict-equality) by default.
\ No newline at end of file
......@@ -11,6 +11,7 @@ warn_unused_ignores = True
local_partial_types = True
no_implicit_optional = True
disallow_untyped_defs = True
strict_equality = True
files =
docker/,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment