C812 missing trailing comma #712
Unanswered
cidrblock
asked this question in
Linters, linting, formatting, pre-commit, CI
Replies: 2 comments 1 reply
-
although, once black ran and the comma was added
this does look better |
Beta Was this translation helpful? Give feedback.
0 replies
-
another nice example of where it help: before:
after a comma and black
I find readability went up here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.python.org/dev/peps/pep-0008/#id27
is what triggered it, I don't really have an issue with data structures that might grow
this was a good read
https://stackoverflow.com/questions/12087742/should-i-add-a-trailing-comma-after-the-last-argument-in-a-function-call
It feels odd and out of place, maybe because it's my first time seeing it
Beta Was this translation helpful? Give feedback.
All reactions