Bare minimum for any large-ish modern Python codebase, and they do *none* of this:

- Pick a code formatter, run it on *everything*, and enforce through CI
- Actual type annotations instead of maintaining a huge pile of `.pyi` files
- Ban percent-formatting, limit use of `.format()`, embrace f-strings
- PEP8 conforming names, I'm begging you