blob: 87027978b91bd71b19f2c092112bc2d6b12336e1 [file] [log] [blame]
#!/usr/bin/env bash
set -euxo pipefail
uv run isort --profile hug isort/ tests/ scripts/
uv run isort --profile hug example_*/
uv run ruff format