postly / shell /format.sh
andreped's picture
Added linting shell scripts
c8b526a
raw
history blame
100 Bytes
#!/bin/bash
isort --sl postly/
black --line-length 120 postly/
flake8 --max-line-length 120 postly/