File size: 121 Bytes
c8b526a
293aa34
 
 
1
2
3
4
5
#!/bin/bash
isort --sl postly/ app.py
black --line-length 120 postly/ app.py
flake8 --max-line-length 120 postly/ app.py