Merge branch 'main' into 241a1really
This commit is contained in:
commit
67942400a3
@ -46,6 +46,7 @@ be resolved:
|
|||||||
|
|
||||||
- Fix bug where `# fmt: off` automatically dedents when used with the `--line-ranges`
|
- 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)
|
option, even when it is not within the specified line range. (#4084)
|
||||||
|
- Fix feature detection for parenthesized context managers (#4104)
|
||||||
|
|
||||||
### Preview style
|
### Preview style
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# flags: --minimum-version=3.8 --no-preview-line-length-1
|
# flags: --minimum-version=3.8
|
||||||
if (foo := 0):
|
if (foo := 0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user