c8b526a 6bd9ae0
1
2
3
4
5
#!/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