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 is becoming the de facto standard for formatting Python code (for example Flask is using it).
Using automatic formatter could lower the barrier for potential code contributors (including myself), since it's shifting the burden of choosing and enforcing code format to a tool instead of following subjective style, which doesn't comply PEP8.
The text was updated successfully, but these errors were encountered:
Hi,
Black is becoming the de facto standard for formatting Python code (for example Flask is using it).
Using automatic formatter could lower the barrier for potential code contributors (including myself), since it's shifting the burden of choosing and enforcing code format to a tool instead of following subjective style, which doesn't comply PEP8.
The text was updated successfully, but these errors were encountered: