mirror of
https://github.com/TheR1D/shell_gpt.git
synced 2026-07-03 14:10:18 +02:00
8 lines
127 B
Bash
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
|