Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andreped
/
postly
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cb63a3b
postly
/
shell
/
format.sh
andreped
Updated shell script to run on entire repo
cb63a3b
7 months ago
raw
Copy download link
history
blame
Wrap lines
88 Bytes
#!/bin/bash
isort --sl postly/
black --line-length 120 .
flake8 --max-line-length 120 .