I'm opening this issue to talk about how should we enforce code formatting (not whether we should enforce it). We basically have two options: - Reformat the whole codebase inside a single massive commit and [add the commit sha to ignored commits in git blame](https://black.readthedocs.io/en/stable/guides/introducing_black_to_your_project.html#avoiding-ruining-git-blame). - Use something like [darker](https://pypi.org/project/darker/) which apply incremental code formatting. I don't have a strong opinion, so I'de like to request yours @adiroiban @glyph, thanks
I'm opening this issue to talk about how should we enforce code formatting (not whether we should enforce it).
We basically have two options:
I don't have a strong opinion, so I'de like to request yours @adiroiban @glyph, thanks