brozzler/Makefile
2024-02-08 12:07:41 -08:00

8 lines
164 B
Makefile

.PHONY: format
format:
venv/bin/black -t py35 -t py36 -t py37 -t py38 -t py39 -t py310 -t py311 -t py312 .
.PHONY: ck-format
ck-format:
venv/bin/black --check .