Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jy-raychen
/
example
like
0
Sleeping
App
Files
Files
Community
main
example
/
Makefile
Ray Chen
chore: python environment settings
d809b84
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
78 Bytes
.PHONY
: format_python
format_python:
python3 -m black .
python3 -m isort .