add make command make reformat
reformat python files with black
This commit is contained in:
parent
66ed711fec
commit
431ce1c8d0
3 changed files with 82 additions and 58 deletions
2
Makefile
Normal file
2
Makefile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
reformat:
|
||||
black *py
|
||||
Loading…
Add table
Add a link
Reference in a new issue