example / Makefile
Ray Chen
chore: python environment settings
d809b84
raw
history blame contribute delete
78 Bytes
.PHONY: format_python
format_python:
python3 -m black .
python3 -m isort .