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...
9da6f5a
postly
/
shell
/
format.sh
andreped
Include tests/ in lint
6bd9ae0
4 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
#!/bin/bash
isort --sl postly/ tests/ app.py
black --line-length 120 postly/ tests/ app.py
flake8 --max-line-length 120 postly/ tests/ app.py