summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-04-09 14:03:27 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-04-09 16:49:35 +0200
commit9ae26e63feef55f7ed1da786c466a10db3652a60 (patch)
tree911cd720bf05ad6af5fd5cce23e2baa0d84ed825 /mypy.ini
parent96f2e6b7ed619ee4e811b8a318d0856c9a52fa5e (diff)
downloadqutebrowser-9ae26e63feef55f7ed1da786c466a10db3652a60.tar.gz
qutebrowser-9ae26e63feef55f7ed1da786c466a10db3652a60.zip
mypy: Turn on strict_equality
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