Skip to content

Commit 6794240

Browse files
Merge branch 'main' into 241a1really
2 parents 0302e8d + ebd543c commit 6794240

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ be resolved:
4646

4747
- Fix bug where `# fmt: off` automatically dedents when used with the `--line-ranges`
4848
option, even when it is not within the specified line range. (#4084)
49+
- Fix feature detection for parenthesized context managers (#4104)
4950

5051
### Preview style
5152

tests/data/cases/pep_572_remove_parens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flags: --minimum-version=3.8 --no-preview-line-length-1
1+
# flags: --minimum-version=3.8
22
if (foo := 0):
33
pass
44

0 commit comments

Comments
 (0)