Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
almost 3 years 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