#!/bin/bash
set -e
ruff --version
cargo run --bin stub_gen -F all  --target-dir target_stub
ruff format dttlib.pyi
