You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/black/resources/black.schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,9 @@
83
83
"string_processing",
84
84
"hug_parens_with_braces_and_square_brackets",
85
85
"wrap_comprehension_in",
86
-
"fix_if_guard_explosion_in_case_statement",
87
86
"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"
89
89
]
90
90
},
91
91
"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