You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruff already ships the fix in its stable style but there's a difference for parenthesized walrus operators. I created an issue in the Black repository to align on the desired style.
We should copy over black's new tests and fix the deviation if necessary
The text was updated successfully, but these errors were encountered:
MichaReiser
changed the title
walrus_subscript Implemented, but may require a bugfix for parenthesized walrus operators. Ruff keeps the whitespace in front of the : (x[(a := 0) :]), black removes it (x[(a := 0):]).
Formatter: walrus_subscript preview style
Nov 29, 2023
Implement Black's
walrus_subscript
preview style.Ruff already ships the fix in its stable style but there's a difference for parenthesized walrus operators. I created an issue in the Black repository to align on the desired style.
We should copy over black's new tests and fix the deviation if necessary
The text was updated successfully, but these errors were encountered: