File size: 75 Bytes
14bade9
 
 
 
1
2
3
4
5
#!/bin/bash
isort --sl app.py
black --line-length 120 app.py
flake8 app.py