echo "isort" isort . --profile=black echo "Black" black . echo "autoflake" autoflake . --remove-all-unused-imports --recursive --in-place