new comments
This commit is contained in:
parent
b2f649a489
commit
09404da121
13 changed files with 430 additions and 70 deletions
4
Makefile
4
Makefile
|
|
@ -1,2 +1,4 @@
|
|||
# Reformat Python code using Black formatter
|
||||
.PHONY: reformat
|
||||
reformat:
|
||||
black *py
|
||||
black *.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue