Black is a Python code formatter. It ensures consistent style without needing to think about it (or, on teams, argue about it :slightly_smiling_face:). It's very well thought-through, and rationale is documented. It's also safe, as it ensures the AST stays the same, with some specific exceptions.
PR checklist
[x] Has a descriptive title
[x] Has a descriptive body
[x] Passes checks (to auto-fix a pre-commit.ci failure, add a comment
containing "pre-commit.ci autofix")
Black is a Python code formatter. It ensures consistent style without needing to think about it (or, on teams, argue about it :slightly_smiling_face:). It's very well thought-through, and rationale is documented. It's also safe, as it ensures the AST stays the same, with some specific exceptions.
PR checklist