PuzzleTechHub / myus

A public hassle free puzzlehunt hosting tool
https://www.puzzlehuntmy.us/
MIT License
1 stars 9 forks source link

Black needed? #11

Closed TheOriginalSoni closed 4 months ago

TheOriginalSoni commented 4 months ago

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 4 months ago

Alternatively, are there other non black formatters that can be hooked to pre-commit

TheOriginalSoni commented 4 months ago

Closed by b402388