Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreped
/
AeroPath
like
11
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
4d59d33
AeroPath
/
shell
/
format.sh
andreped
Added linting scripts
87f4ea6
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
119 Bytes
#!/bin/bash
isort --sl demo/src/ demo/app.py
black --line-length 80 demo/src/ demo/app.py
flake8 demo/src/ demo/app.py