We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cc5a9 commit 800ca38Copy full SHA for 800ca38
1 file changed
CHANGES.md
@@ -13,6 +13,14 @@
13
14
<!-- Changes that affect Black's stable style -->
15
16
+- Fix bug where comments preceding `# fmt: off`/`# fmt: on` blocks were incorrectly
17
+ removed, particularly affecting Jupytext's `# %% [markdown]` comments (#4845)
18
+- Fix crash when multiple `# fmt: skip` comments are used in a multi-part if-clause, on
19
+ string literals, or on dictionary entries with long lines (#4872)
20
+- Fix possible crash when `fmt: ` directives aren't on the top level (#4856)
21
+- Fix bug where `if` guards in `case` blocks were incorrectly split when the pattern had
22
+ a trailing comma (#4884)
23
+
24
### Preview style
25
26
<!-- Changes that affect Black's preview style -->
0 commit comments