feat: Add script to apply formatting tools.

This commit is contained in:
Sergio Martínez Portela 2024-08-18 22:49:06 +02:00
parent c6d8575ae5
commit 66b42e0b96

11
scripts/apply-formatting.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
set -eu
cd "`dirname $0`"
cd ..
set -x
isort --profile black .
black .