We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flag_list
parse_options
1 parent afc6585 commit 23e5980Copy full SHA for 23e5980
mypy/test/helpers.py
@@ -357,7 +357,7 @@ def parse_options(
357
options.error_summary = False
358
options.hide_error_codes = True
359
options.force_union_syntax = True
360
- flag_list = ["--no-pretty"]
+ flag_list = []
361
362
# Allow custom python version to override testfile_pyversion.
363
if all(flag.split("=")[0] != "--python-version" for flag in flag_list):
0 commit comments