Skip to content

fix: InvalidStateError not accepting tuples of varying length #2

fix: InvalidStateError not accepting tuples of varying length

fix: InvalidStateError not accepting tuples of varying length #2

Workflow file for this run

name: Lint with Pyright
on:
push:
paths:
- 'src/**.py'
- 'tests/**.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: pip
cache-dependency-path: pyproject.toml
python-version: '3.11'
- run: pip install pyright
- run: pip install .[tests]
- run: pyright