Skip to content

Commit a6843fb

Browse files
authored
Reorder enum values in black.schema.json
1 parent 1e84bdc commit a6843fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/black/resources/black.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"string_processing",
8484
"hug_parens_with_braces_and_square_brackets",
8585
"wrap_comprehension_in",
86-
"fix_if_guard_explosion_in_case_statement",
8786
"simplify_power_operator_hugging",
88-
"wrap_long_dict_values_in_parens"
87+
"wrap_long_dict_values_in_parens",
88+
"fix_if_guard_explosion_in_case_statement"
8989
]
9090
},
9191
"description": "Enable specific features included in the `--unstable` style. Requires `--preview`. No compatibility guarantees are provided on the behavior or existence of any unstable features."

0 commit comments

Comments
 (0)