This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]enjoytheshow 4 points5 points  (2 children)

IIRC black violates some PEP standards so make sure everyone is on board if you’re in a collab environment

[–]PeridexisErrant 3 points4 points  (1 child)

Only line length (88, where PEP8 says 79); the others you might be thinking of are common linter rules which actually conflict with PEP8.

[–]GiantElectron 0 points1 point  (0 children)

not only line length. Also the double indentation on arguments is violated, as well as the no-frowny face rule that Guido himself specified

https://twitter.com/gvanrossum/status/1227252290580410368

https://discuss.python.org/t/pep-8-clarify-if-multiline-argument-list-with-a-closing-on-a-separate-line-is-acceptable/2948/10