Black needed?
Closed this issue · 2 comments
TheOriginalSoni commented
Black is a simple python formatter that auto forces all code in a standardised way. It can be setup to run before every commit (using pre-commit.yaml or so).
See code from Bot-Be-Named for how.
Should we enable Black on this project?
TheOriginalSoni commented
Alternatively, are there other non black formatters that can be hooked to pre-commit
TheOriginalSoni commented
Closed by b402388