postly / shell /format.sh
andreped's picture
include app.py in linting
293aa34
raw
history blame
121 Bytes
#!/bin/bash
isort --sl postly/ app.py
black --line-length 120 postly/ app.py
flake8 --max-line-length 120 postly/ app.py