Feat black config
Compare changes
- Bo-Chun Chen authored
Specify line length 75 characters, python 3.6
pyproject.toml
0 → 100644
+ 3
− 0
In order to have a consistent code style, putting a black configuration file in the project so everyone can format their code before committing it.
Just do: black .
in the project directory.
Specify line length 75 characters, python 3.6