chore: import upstream snapshot with attribution
Lint and Test / lint_test (3.11) (push) Has been cancelled
Lint and Test / lint_test (3.10) (push) Has been cancelled
Lint and Test / lint_test (3.12) (push) Has been cancelled
Publish to PyPI and release / Build distribution (push) Has been cancelled
Codespell / Check for spelling errors (push) Has been cancelled
Publish to PyPI and release / Publish to PyPI (push) Has been cancelled
Publish to PyPI and release / Make release (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 12:48:44 +08:00
commit f2306a3d11
43 changed files with 3654 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh -e
set -x
ruff sgpt tests scripts --fix
black sgpt tests scripts
isort sgpt tests scripts
codespell --write-changes
+10
View File
@@ -0,0 +1,10 @@
#!/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
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
set -x
# shellcheck disable=SC2068
pytest tests ${@} -p no:warnings