Skip to content

Commit 2b246dd

Browse files
JelleZijlstrailevkivskyi
authored andcommitted
set show_traceback in mypy_self_check.ini (#5526)
When you're running the self check, a traceback is almost certainly helpful.
1 parent 80a4a95 commit 2b246dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy_self_check.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ disallow_any_unimported = True
99
warn_redundant_casts = True
1010
warn_unused_configs = True
1111
always_false = SUPPRESS_BOGUS_TYPES
12+
show_traceback = True
1213

1314
# needs py2 compatibility
1415
[mypy-mypy.test.testextensions]

0 commit comments

Comments
 (0)