ldaptool/fmt.sh

8 lines
105 B
Bash
Raw Normal View History

2023-04-28 02:45:32 +02:00
#!/bin/sh
self=$(dirname "$(readlink -f "$0")")
cd "${self}"
python3 -m black src
python3 -m isort src