Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vikhrmodels
/
DOoM-lb
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
DOoM-lb
/
Makefile
Anonumous
Add files
6ee7257
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
Wrap lines
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
.