diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-04-09 14:03:27 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-04-09 16:49:35 +0200 |
commit | 9ae26e63feef55f7ed1da786c466a10db3652a60 (patch) | |
tree | 911cd720bf05ad6af5fd5cce23e2baa0d84ed825 /mypy.ini | |
parent | 96f2e6b7ed619ee4e811b8a318d0856c9a52fa5e (diff) | |
download | qutebrowser-9ae26e63feef55f7ed1da786c466a10db3652a60.tar.gz qutebrowser-9ae26e63feef55f7ed1da786c466a10db3652a60.zip |
mypy: Turn on strict_equality
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |