Skip to content

style: fix Ruff 0.8.0 UP031 errors (#88) #165

style: fix Ruff 0.8.0 UP031 errors (#88)

style: fix Ruff 0.8.0 UP031 errors (#88) #165

Workflow file for this run

name: Type check
on:
- push
- pull_request
jobs:
type_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx run uv tool run --with .[typecheck] basedpyright