Merge branch 'main' into 241a1really

This commit is contained in:
Jelle Zijlstra 2023-12-11 21:39:38 -08:00 committed by GitHub
commit 67942400a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ be resolved:
- Fix bug where `# fmt: off` automatically dedents when used with the `--line-ranges`
option, even when it is not within the specified line range. (#4084)
- Fix feature detection for parenthesized context managers (#4104)
### Preview style

View File

@ -1,4 +1,4 @@
# flags: --minimum-version=3.8 --no-preview-line-length-1
# flags: --minimum-version=3.8
if (foo := 0):
pass