#!/bin/sh self=$(dirname "$(readlink -f "$0")") cd "${self}" python3 -m black src python3 -m isort src