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-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,8 @@
88
88
"fix_fmt_skip_in_one_liners",
89
89
"wrap_comprehension_in",
90
90
"remove_parens_around_except_types",
91
-
"normalize_cr_newlines"
91
+
"normalize_cr_newlines",
92
+
"fix_module_docstring_detection"
92
93
]
93
94
},
94
95
"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