Issue 1629 has been closed, let's celebrate! (#2127)

This commit is contained in:
Richard Si 2021-04-25 17:52:23 -04:00 committed by GitHub
parent eee949e286
commit de7187a823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@
- Fixed a rare but annoying formatting instability created by the combination of - Fixed a rare but annoying formatting instability created by the combination of
optional trailing commas inserted by `Black` and optional parentheses looking at optional trailing commas inserted by `Black` and optional parentheses looking at
pre-existing "magic" trailing commas (#2126) pre-existing "magic" trailing commas. This fixes issue #1629 and all of its many many
duplicates. (#2126)
- `Black` now processes one-line docstrings by stripping leading and trailing spaces, - `Black` now processes one-line docstrings by stripping leading and trailing spaces,
and adding a padding space when needed to break up """". (#1740) and adding a padding space when needed to break up """". (#1740)