We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--skip-magic-trailing-comma
1 parent 580b4fe commit 4218ae1Copy full SHA for 4218ae1
CHANGES.md
@@ -13,6 +13,9 @@
13
- `Black` no longer adds an incorrect space after a parenthesized assignment expression
14
in if/while statements (#1655)
15
16
+- Added `--skip-magic-trailing-comma` / `-C` to avoid using trailing commas as a reason
17
+ to split lines (#1824)
18
+
19
- fixed a crash when PWD=/ on POSIX (#1631)
20
21
- fixed "I/O operation on closed file" when using --diff (#1664)
0 commit comments