org-rw/scripts/apply-formatting.sh

12 lines
85 B
Bash
Raw Permalink Normal View History

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