summaryrefslogtreecommitdiff
path: root/scripts/clean.sh
blob: 632a023c231e83740092fee13b65fd109cf7b1d1 (plain)
1
2
3
4
5
6
7
#!/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_*/