Files
shell_gpt/scripts/lint.sh
T

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