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 .