Skip to content

Commit

Permalink
Merge branch 'main' into 241a1really
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Dec 12, 2023
2 parents 0302e8d + ebd543c commit 6794240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/data/cases/pep_572_remove_parens.py
@@ -1,4 +1,4 @@
# flags: --minimum-version=3.8 --no-preview-line-length-1
# flags: --minimum-version=3.8
if (foo := 0):
pass

Expand Down

0 comments on commit 6794240

Please sign in to comment.