5 lines
84 B
Makefile
5 lines
84 B
Makefile
|
PYTHON = python
|
||
|
|
||
|
# Blackify code
|
||
|
reformat:
|
||
|
$(PYTHON) -m black `git ls-files "*.py"`
|