{
    "name": "Python 3.14",
    "image": "mcr.microsoft.com/devcontainers/python:3.14-trixie",
    "features": {
        "ghcr.io/devcontainers-extra/features/pdm:2": {}
    },
    "customizations": {
        "vscode": {
            "extensions": [
                "ms-python.python",
                "ms-python.debugpy",
                "ms-python.black-formatter",
                "ms-python.vscode-pylance"
            ],
            "settings": {
                "python.languageServer": "Pylance",
                "python.analysis.typeCheckingMode": "strict",
                "python.analysis.autoImportCompletions": true,
                "[python]": {
                    "editor.defaultFormatter": "ms-python.black-formatter",
                    "editor.formatOnType": true,
                    "editor.formatOnSave": true,
                    "files.insertFinalNewline": true
                }
            }
        }
    }
}