We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a0527 commit ae22e6eCopy full SHA for ae22e6e
changelog.d/14452.misc
@@ -0,0 +1 @@
1
+Enable mypy's [`strict_equality` check](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict-equality) by default.
mypy.ini
@@ -11,6 +11,7 @@ warn_unused_ignores = True
11
local_partial_types = True
12
no_implicit_optional = True
13
disallow_untyped_defs = True
14
+strict_equality = True
15
16
files =
17
docker/,
0 commit comments