Skip to content

Add Codespaces devcontainer#108

Draft
Mirochill wants to merge 1 commit into
opendecree:mainfrom
Mirochill:fix-9-devcontainer
Draft

Add Codespaces devcontainer#108
Mirochill wants to merge 1 commit into
opendecree:mainfrom
Mirochill:fix-9-devcontainer

Conversation

@Mirochill
Copy link
Copy Markdown

Summary

  • Add a Codespaces/devcontainer setup for Python 3.12.
  • Install uv from the official ghcr.io/astral-sh/uv image and use it to create .venv with sdk[dev] dependencies after container creation.
  • Add an "Open in GitHub Codespaces" badge to the README.

Related issues

Closes #9

Test plan

  • devcontainer.json parses as JSON
  • git diff --check HEAD~1..HEAD
  • make lint passes
  • make typecheck passes
  • make test passes

Not run locally: make lint, make typecheck, make test.

Checklist

  • SDK regenerated if proto changed in decree (not applicable)
  • Breaking change flagged in title/description if applicable (not applicable)
  • Changelog/release note added if applicable (not applicable)

@github-actions
Copy link
Copy Markdown

Thanks for your first pull request! We appreciate the contribution.

Before review, please make sure tests pass: cd sdk && pytest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Devcontainer config for Python SDK

1 participant