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
preview_percent_precedence seems to be about Black removing parentheses for % operations in some case. This feels surprising because it would be the only place where black removes parentheses in sub-expressions (and what if the __mod__ operator is overloaded?).
I don't think we should implement this change to avoid potentially changing the AST.
Changes to Black's formatting that seem to change but have no explicit preview feature?
preview_percent_precedence.py
FIXME
inignore_pyi
Avoid unstable formatting in ellipsis-only body with trailing comment #8984The text was updated successfully, but these errors were encountered: