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
However, since this issue is not exactly the same (as it is a combination between fluent interface and subscript notation), I decided to open a new issue for it.
Possible labels:
linebreak
design
parentheses
symmetry
The text was updated successfully, but these errors were encountered:
Black version: 22.1.0
Suppose I have a deeply nested
dict
-like object:If I access a nested value using a chained
getitem
expression (cf. fluent interface), Black formats the subscript notation in the following way:However, this would be my desired format:
This issue is related to the following open issues:
However, since this issue is not exactly the same (as it is a combination between fluent interface and subscript notation), I decided to open a new issue for it.
Possible labels:
The text was updated successfully, but these errors were encountered: