alice4space/qutree

View on GitHub
.devcontainer/devcontainer.json

Summary

Maintainability
Test Coverage
{
  "name": "Python 3",
  "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
  "features": {
    "ghcr.io/devcontainers-contrib/features/nox:2": {},
    "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
  },
  "postCreateCommand": "python -m pip install commitizen && pre-commit install"
}