File size: 100 Bytes
c8b526a
 
 
 
1
2
3
4
5
#!/bin/bash
isort --sl postly/
black --line-length 120 postly/
flake8 --max-line-length 120 postly/