Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 2, 2023
1 parent be3753c commit ebefed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<!-- Changes that affect Black's stable style -->

- Fix comments getting removed from inside parenthesized strings (#3909)
- Parenthesize singleton tuples in `yield` expressions as they already are in `return` statements,
e.g. `yield 5,` ➡️ `yield (5,)` (#3912)
- Parenthesize singleton tuples in `yield` expressions as they already are in `return`
statements, e.g. `yield 5,` ➡️ `yield (5,)` (#3912)

### Preview style

Expand Down

0 comments on commit ebefed8

Please sign in to comment.