Skip to content

Commit 23e5980

Browse files
committed
fix: Remove redundant flag_list in parse_options
1 parent afc6585 commit 23e5980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def parse_options(
357357
options.error_summary = False
358358
options.hide_error_codes = True
359359
options.force_union_syntax = True
360-
flag_list = ["--no-pretty"]
360+
flag_list = []
361361

362362
# Allow custom python version to override testfile_pyversion.
363363
if all(flag.split("=")[0] != "--python-version" for flag in flag_list):

0 commit comments

Comments
 (0)