org-rw/scripts/apply-formatting.sh
2024-08-18 22:49:06 +02:00

12 lines
85 B
Bash
Executable File

#!/bin/sh
set -eu
cd "`dirname $0`"
cd ..
set -x
isort --profile black .
black .