Production-ready Python devcontainer template focused on speed, consistency, and team workflows.
- 🌍 Platform-independent development with Dev Containers
- 🧩 Host isolation: no local Python/toolchain setup required
- ⚙️ Auto bootstrap on container create (
scripts/setup.sh) - 🛠️ Runtime + task management with
mise - ⚡ Fast Python workflow with
uv,ruff,ty, andpytest - ✅ CI quality gates (lint, format, type checks, tests, coverage)
- 🔒 Pre-commit + commit-msg hooks with Conventional Commit support
- 🔁 Dependabot automation for dependencies and GitHub Actions
- 🤖 AI-agent-ready guidance via
AGENTS.mdand repo skills - 📚 Docs pipeline with
zensical+ GitHub Pages deploy
Prerequisites: Docker + VS Code with the Dev Containers extension.
# Clone the template
git clone https://github.com/HYP3R00T/devcontainer-python-template.git
# Enter the project folder
cd devcontainer-python-template
# Open in VS Code
code .Then run: Dev Containers: Reopen in Container from the VS Code Command Palette.