Files
shell_gpt/scripts/format.sh
T

8 lines
127 B
Bash
Executable File

#!/bin/sh -e
set -x
ruff sgpt tests scripts --fix
black sgpt tests scripts
isort sgpt tests scripts
codespell --write-changes