echo "Running isort"
isort -y -sp .
echo "Done"
echo "Running yapf"
yapf -i -r -vv -e build .
echo "Running flake8"
flake8 .