2
0
python-capport/fmt.sh

8 lines
105 B
Bash
Executable File

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