chore: sync repo

This commit is contained in:
stainless-app[bot] 2025-08-31 06:00:06 +00:00
parent 817f1a0816
commit 9b3134a27e
161 changed files with 1 additions and 20065 deletions

View file

@ -1,9 +0,0 @@
ARG VARIANT="3.9"
FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
USER vscode
RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.44.0" RYE_INSTALL_OPTION="--yes" bash
ENV PATH=/home/vscode/.rye/shims:$PATH
RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$PATH" >> /home/vscode/.bashrc