Files
shell_gpt/scripts/format.sh
T
2023-06-18 04:39:12 +02:00

8 lines
127 B
Bash

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