From 7159b1b7d6a3c010c7d5aa65e7869ef842ec14e4 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sat, 25 Aug 2018 11:41:12 -0700 Subject: [PATCH] set show_traceback in mypy_self_check.ini When you're running the self check, a traceback is almost certainly helpful. --- mypy_self_check.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/mypy_self_check.ini b/mypy_self_check.ini index f537c25fcc21..0490fd7d77bd 100644 --- a/mypy_self_check.ini +++ b/mypy_self_check.ini @@ -9,6 +9,7 @@ disallow_any_unimported = True warn_redundant_casts = True warn_unused_configs = True always_false = SUPPRESS_BOGUS_TYPES +show_traceback = True # needs py2 compatibility [mypy-mypy.test.testextensions]