Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
S-Dreamer
/
CodeCraftLab
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
14c05cd
CodeCraftLab
/
lint.sh
S-Dreamer
Upload lint.sh
14c05cd
verified
6 days ago
raw
Copy download link
history
blame
Safe
52 Bytes
#!/bin/bash
black .
isort .
flake8 .
mypy .
pytest