Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: In subscripts, treat walruses just like other binary operators #4109

Merged
merged 4 commits into from
Dec 28, 2023

Commits on Dec 13, 2023

  1. fix: In subscripts, treat walruses just like other binary operators

    Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com>
    RedGuy12 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    578f33e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    e40c309 View commit details
    Browse the repository at this point in the history
  2. fix: Change preview detection to be like https://github.com/psf/black…

    …/blob/main/src/black/linegen.py#L525-L529 (maybe this will fix tests??)
    
    Signed-off-by: RedGuy12 <paul@reid-family.org>
    RedGuy12 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d892fed View commit details
    Browse the repository at this point in the history
  3. whoops, fix lint

    Signed-off-by: RedGuy12 <paul@reid-family.org>
    RedGuy12 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    30a2675 View commit details
    Browse the repository at this point in the history