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.
1 parent f470eac commit 655fef3Copy full SHA for 655fef3
mypy/main.py
@@ -571,9 +571,7 @@ def add_invertible_flag(
571
"-O",
572
"--output",
573
metavar="FORMAT",
574
- # The metavar overrides the default of displaying the choices,
575
- # so we have to explicitly display them.
576
- help=f"Set a custom output format (choices: {set(OUTPUT_CHOICES.keys())})",
+ help="Set a custom output format",
577
choices=OUTPUT_CHOICES,
578
)
579
0 commit comments