mirror of
https://github.com/thinking-machines-lab/tinker.git
synced 2026-04-19 12:58:01 +00:00
Publish Python SDK
Hello world! Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
This commit is contained in:
commit
829c151ba7
192 changed files with 25717 additions and 0 deletions
14
scripts/format
Executable file
14
scripts/format
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "==> Running ruff"
|
||||
uv run ruff format
|
||||
uv run ruff check --fix .
|
||||
# run formatting again to fix any inconsistencies when imports are stripped
|
||||
uv run ruff format
|
||||
|
||||
echo "==> Formatting docs"
|
||||
uv run python scripts/utils/ruffen-docs.py README.md api.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue