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
Because Black is a better autoformatter than autopep8, which pyformat uses under the hood. pyformat also handles docstring conventions and unused imports, but doesn't canonicalise them and we have linters for both.
IMO we should use the default configuration and accept 88-character lines. To minimise disruption, I would vote to format everything at once as soon as my current round of PRs is reviewed and merged.
The text was updated successfully, but these errors were encountered:
Because
Black
is a better autoformatter thanautopep8
, whichpyformat
uses under the hood.pyformat
also handles docstring conventions and unused imports, but doesn't canonicalise them and we have linters for both.IMO we should use the default configuration and accept 88-character lines. To minimise disruption, I would vote to format everything at once as soon as my current round of PRs is reviewed and merged.
The text was updated successfully, but these errors were encountered: