Universal tool which performs a git hook on commit, allows you to run linters/formatters on any code. A tool to automatically run many of the tools listed below.
A drop-in replacement for black (and also super fast). A nice “no-need to think” code formatter. If you have your own opinions about code style, you might not like this.
Sorts imports alphabetically, splits into first/third party, works on python & cython code. We recommend this, but it can be included in ruff, which is simpler.