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