blob: d3aa1e6b41b7eff0dc89a5c403825f4e3929cf18 [file] [log] [blame]
#!/bin/bash
set -euxo pipefail
poetry run isort --profile hug isort/ tests/ scripts/
poetry run black isort/ tests/ scripts/ -l 100