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
black seems to have trouble with long variable names, resulting in files that have >120 char lines that black is not fixing. One fix we could do to hold off until black is improved is to always use the multi-line definitions:
black seems to have trouble with long variable names, resulting in files that have >120 char lines that black is not fixing. One fix we could do to hold off until black is improved is to always use the multi-line definitions:
As opposed to our current pattern of always doing it on one line and letting black split it up if needed.
For reference, this can happen from the
IERC4646Hyperdrive.sol
contract.The text was updated successfully, but these errors were encountered: