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...
08d95c1
postly
/
shell
/
format.sh
andreped
Added linting shell scripts
c8b526a
7 months ago
raw
Copy download link
history
blame
100 Bytes
#!/bin/bash
isort --sl postly/
black --line-length 120 postly/
flake8 --max-line-length 120 postly/