Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kunato-lab
/
leaderboard
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b62a627
leaderboard
/
Makefile
kunato
init commit
baa7db6
10 months ago
raw
Copy download link
history
blame
Safe
208 Bytes
.PHONY
: style format
style:
python -m black --line-length 119 .
python -m isort .
ruff
check
--fix .
quality:
python -m black --check --line-length 119 .
python -m isort --check-only .
ruff
check
.