Skip to content

Commit 6b5fc1f

Browse files
sorted for stability
1 parent 8074591 commit 6b5fc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def add_invertible_flag(
571571
"-O",
572572
"--output",
573573
help="Set a custom output format",
574-
choices=OUTPUT_CHOICES,
574+
choices=sorted(OUTPUT_CHOICES),
575575
)
576576

577577
config_group = parser.add_argument_group(

0 commit comments

Comments
 (0)