jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Using black #92

Closed jonathan-s closed 3 years ago

jonathan-s commented 3 years ago

Type of PR (feature, enhancement, bug fix, etc.)

Description

This is what would need to be changed for black . -S. Going to leave this up for consideration for a while. Not sure I would like to explicitly enforce black. I'm not too anal about code styles anyway :).

Why should this be added

More consistent formatting

Checklist

nerdoc commented 3 years ago

Code style IMHO is not a purpose of itself. It just helps working together: IDES often correct whitespace, which changes lines in a patch that you didn't wanted to commit. walking that back is tedious. Black solves that problem: code always looks like black says. ;-)