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