Skip to content

Commit

Permalink
Rebase Pyink to psf@226cbf0.
Browse files Browse the repository at this point in the history
Noticeable style changes:

1. Parenthesize multiple context managers psf#3489.

The following style changes are temporarily disabled when `--preview` is used together with `--pyink`:

2. Format unicode escape sequences psf#2916.
3. Parenthesize conditional expressions psf#2278.

PiperOrigin-RevId: 507485670
  • Loading branch information
yilei authored and Copybara-Service committed Feb 6, 2023
1 parent 7a74d89 commit 79cc5c0
Show file tree
Hide file tree
Showing 25 changed files with 978 additions and 97 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -103,6 +103,11 @@ patches as possible in the future.
* Module docstrings are formatted same as other docstrings (see
[psf/black#3493](https://github.com/psf/black/issues/3493)).

* Temporarily disabled the following _Black_ future style changes:

* https://github.com/psf/black/pull/2916
* https://github.com/psf/black/pull/2278

## Historical differences

These are differences that existed in the past. We have upstreamed them to
Expand Down

0 comments on commit 79cc5c0

Please sign in to comment.