Open sattlerc opened 2 weeks ago
I chose Black and reformatted the codebase (excluding deprecated files). Afterwards, I went through the codebase manually to improve some of the formatting.
In the process of this, I also fixed a bunch of minor problems, including some warnings produced by the linter. Those are in the following commits.
The convention of using Black is now documented in CONTRIBUTING.md. The invariant is that running black does not change any file.
We still need to decide on:
We should add configuration files for these tools to the repository root.
Maybe just Black?