summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index d8c7221ad..0607ddfdf 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -18,6 +18,9 @@ disallow_untyped_decorators = True
# no_implicit_optional = True
# warn_return_any = True
+# Other strictness flags
+strict_equality = True
+
[mypy-colorama]
# https://github.com/tartley/colorama/issues/206
ignore_missing_imports = True