postly / shell /format.sh
andreped's picture
Updated shell script to run on entire repo
cb63a3b
raw
history blame
88 Bytes
#!/bin/bash
isort --sl postly/
black --line-length 120 .
flake8 --max-line-length 120 .