File size: 89 Bytes
3ca8ae1
c126ca1
 
 
1
2
3
4
5
#!/bin/bash
isort --sl src/ app.py
black --line-length 80 src/ app.py
flake8 src/ app.py