using black
#881
Replies: 2 comments
-
👍 We use Though the lack of widely accepted line length is making things a bit messy. I for one use (And of course the usual advice to keep reformatting commits separate from "real change" commits.) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Committed: a392c67
The documentation will follow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal:
⇒ strings will be left with single comma
⇒ no single member
set
/tuple
/etc reformattingFlake8:
E203: whitespace around
:
in slicesE722: bare except
W503: line break before binary operator
Rationale: unify the coding standard
Result: >200 files to be reformatted
Beta Was this translation helpful? Give feedback.
All reactions