We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3618369 commit c5ccf26Copy full SHA for c5ccf26
mypy/test/helpers.py
@@ -358,6 +358,7 @@ def parse_options(
358
options.error_summary = False
359
options.hide_error_codes = True
360
options.force_union_syntax = True
361
+ options.use_or_syntax = lambda: True
362
363
# Allow custom python version to override testfile_pyversion.
364
if all(flag.split("=")[0] != "--python-version" for flag in flag_list):
0 commit comments