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...
S-Dreamer
commited on
4 days ago
Commit
14c05cd
·
verified
·
1 Parent(s):
7db6840
Upload lint.sh
Browse files
Files changed (1)
hide
show
lint.sh
+7
-0
lint.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
2
+
#!/bin/bash
3
+
black .
4
+
isort .
5
+
flake8 .
6
+
mypy .
7
+
pytest