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

11 lines
143 B
Bash

#!/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