Skip to content

Commit 79cc5c0

Browse files
yileicopybara-github
authored andcommitted
Rebase Pyink to psf@226cbf0.
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
1 parent 7a74d89 commit 79cc5c0

25 files changed

+978
-97
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ patches as possible in the future.
103103
* Module docstrings are formatted same as other docstrings (see
104104
[psf/black#3493](https://github.com/psf/black/issues/3493)).
105105

106+
* Temporarily disabled the following _Black_ future style changes:
107+
108+
* https://github.com/psf/black/pull/2916
109+
* https://github.com/psf/black/pull/2278
110+
106111
## Historical differences
107112

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

0 commit comments

Comments
 (0)