summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-09-26 22:25:26 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-09-26 22:29:22 +0200
commitc09c1fb006b9323436b732340ec2f742f19732a2 (patch)
tree20b793d515c185b02ad2e982d17abaa27e8ad67e /mypy.ini
parentc397e9326b6d323f41e1f26157e113d792c5895b (diff)
downloadqutebrowser-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.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 1880921b9..8f5f8e1c6 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -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