diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-09-26 22:25:26 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-09-26 22:29:22 +0200 |
commit | c09c1fb006b9323436b732340ec2f742f19732a2 (patch) | |
tree | 20b793d515c185b02ad2e982d17abaa27e8ad67e /mypy.ini | |
parent | c397e9326b6d323f41e1f26157e113d792c5895b (diff) | |
download | qutebrowser-c09c1fb006b9323436b732340ec2f742f19732a2.tar.gz qutebrowser-c09c1fb006b9323436b732340ec2f742f19732a2.zip |
Update to mypy 0.730
We can't use specific type ignores yet as there is no pyflakes release with
this change in: https://github.com/PyCQA/pyflakes/pull/455
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ warn_unreachable = True # Other strictness flags strict_equality = True +# Output +show_error_codes = True +pretty = True + [mypy-colorama] # https://github.com/tartley/colorama/issues/206 ignore_missing_imports = True |