#!/bin/bash
isort --profile black "$@" && black -S "$@"
