mirror of
https://github.com/TheR1D/shell_gpt.git
synced 2026-07-03 14:10:18 +02:00
11 lines
143 B
Bash
Executable File
11 lines
143 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
mypy sgpt
|
|
ruff sgpt tests scripts
|
|
black sgpt tests --check
|
|
isort sgpt tests scripts --check-only
|
|
codespell
|