Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
occiglot
/
euro-llm-leaderboard
like
47
Runtime error
App
Files
Files
Community
5
4e7dd3e
euro-llm-leaderboard
/
Makefile
barthfab
init
12e61ee
9 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
.