tuxbot-bot/Makefile
2020-06-07 17:41:34 +02:00

5 lines
84 B
Makefile

PYTHON = python
# Blackify code
reformat:
$(PYTHON) -m black `git ls-files "*.py"`