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 suggest black, but any autoformatter will provide the benefits advertised by black
Formatting becomes transparent after a while and you can focus on the content instead. Black makes code review faster by producing the smallest diffs possible.
To preserve formatting and not let black modify it, you can add
# fmt: off
my_aligned_code = True
# fmt: on
The text was updated successfully, but these errors were encountered:
I suggest black, but any autoformatter will provide the benefits advertised by black
To preserve formatting and not let black modify it, you can add
The text was updated successfully, but these errors were encountered: