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...
204f12a
CodeCraftLab
/
scripts
/
lint.sh
S-Dreamer
Rename lint.sh to scripts/lint.sh
d9fa2de
verified
5 days ago
raw
Copy download link
history
blame
Safe
52 Bytes
#!/bin/bash
black .
isort .
flake8 .
mypy .
pytest