We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f44e6 commit 94cfff8Copy full SHA for 94cfff8
1 file changed
CHANGES.md
@@ -19,6 +19,9 @@
19
20
- Fix crash when a standalone comment sits between tokens of a comprehension or lambda
21
(#5144)
22
+- Respect the magic trailing comma in a PEP 695 type parameter list containing a
23
+ `*TypeVarTuple` or `**ParamSpec`, which previously collapsed back onto one line
24
+ (#5244)
25
- Fix crash when a comment-only `# fmt: off`/`# fmt: on` block is followed by a `with`
26
statement after another standalone comment (#5189)
27
- Fix a crash when splitting `case case if ...` match patterns at very small line
0 commit comments