holiday-cn/Makefile
2021-10-10 02:16:28 +08:00

10 lines
133 B
Makefile

.PHONY: default lint format
default: format
lint:
py -3.8 -m black -t py38 --check --diff .
format:
py -3.8 -m black -t py38 .