Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
andreped
/
AeroPath
like
11
Running
App
Files
Files
Community
2
8cf37ac
AeroPath
/
shell
/
format.sh
andreped
Added linting scripts
87f4ea6
unverified
about 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