#!/usr/bin/env sh

uv run pyright --outputjson -p pyproject.toml --threads 8 | jq --sort-keys . > typechecking_utils/pyright_report.json
