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
We use the Black tool to format our Python code. However, its string normalization feature is currently turned off in all four repositories resulting in inconsistent use of " and '. Enabling the feature would produce slightly prettier code and is easy to do, so why not?
By the way, Black should handle quotes inside strings (e.g. 'In double quotes: "lorem ipsum".') just fine.
The text was updated successfully, but these errors were encountered:
We use the
Black
tool to format our Python code. However, its string normalization feature is currently turned off in all four repositories resulting in inconsistent use of"
and'
. Enabling the feature would produce slightly prettier code and is easy to do, so why not?By the way, Black should handle quotes inside strings (e.g.
'In double quotes: "lorem ipsum".'
) just fine.The text was updated successfully, but these errors were encountered: