Closed jonathan-s closed 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. ;-)
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