File size: 93 Bytes
a6b3107
 
 
 
 
1
2
3
4
5
6
echo "Running fmt"
echo "Running isort"
isort . --profile black
echo "Running black"
black .