Skip to content

Rework guiIdSetFromContainerId into a dict of sets #403

Rework guiIdSetFromContainerId into a dict of sets

Rework guiIdSetFromContainerId into a dict of sets #403

Workflow file for this run

name: pyright
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pyright:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e ".[dev,examples]"
- name: Run pyright
run: |
pyright .