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 87e0d66 commit 59fc4f7Copy full SHA for 59fc4f7
mypy.ini
@@ -8,6 +8,7 @@ disallow_untyped_defs = True
8
ignore_missing_imports = True
9
no_implicit_optional = True
10
show_error_codes = True
11
+strict_equality = True
12
warn_redundant_casts = True
13
warn_return_any = True
14
warn_unused_ignores = True
0 commit comments