ldaptool/fmt.sh
2023-04-28 14:14:03 +02:00

8 lines
105 B
Bash
Executable File

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