mirror of https://github.com/pulumi/pulumi.git
8 lines
213 B
YAML
8 lines
213 B
YAML
|
name: pulumi-python-pyright
|
||
|
description: A simple Python Pulumi program that type checks with pyright but pyright is not installed.
|
||
|
runtime:
|
||
|
name: python
|
||
|
options:
|
||
|
virtualenv: venv
|
||
|
typechecker: pyright
|