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