tuxbot-bot/Makefile

5 lines
84 B
Makefile
Raw Normal View History

2020-06-07 15:41:34 +00:00
PYTHON = python
# Blackify code
reformat:
$(PYTHON) -m black `git ls-files "*.py"`