blob: 632a023c231e83740092fee13b65fd109cf7b1d1 [file] [log] [blame]
#!/bin/bash
set -euxo pipefail
poetry run isort --profile hug isort/ tests/ scripts/
poetry run isort --profile hug example_*/
poetry run black isort/ tests/ scripts/
poetry run black example_*/