Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
X-Pipe
/
flash
like
0
Sleeping
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
refs/pr/2
flash
/
Makefile
NickNYU
upload github well compiled files (
#1
)
b5d3f34
over 1 year ago
raw
Copy download link
history
blame
157 Bytes
.PHONY
: format lint
GIT_ROOT ?= $(shell git rev-parse --show-toplevel)
format:
black .
lint:
mypy .
black . --check
ruff
check
.
test:
pytest tests