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
I can work around this in shed just by checking that the proposed replacement compiles, but it would be nice if (a) this was an immediate error, and (b) parens could take a MaybeSentinel to handle it automatically. Related to #287, #341.
The text was updated successfully, but these errors were encountered:
I discovered this via an (inadequately tested) codemod in
shed
, which removed required parentheses around "fluent interface" call chains (as preferred by Black).I can work around this in
shed
just by checking that the proposed replacement compiles, but it would be nice if (a) this was an immediate error, and (b) parens could take aMaybeSentinel
to handle it automatically. Related to #287, #341.The text was updated successfully, but these errors were encountered: