summaryrefslogtreecommitdiff
path: root/scripts/clean.sh
blob: 57bed2007742ec1b0607c5e2062d905fc2f65f7b (plain)
1
2
3
4
5
#!/bin/bash
set -euxo pipefail

# poetry run isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --use-parentheses --line-width=100 --recursive isort/ tests/
poetry run black isort/ tests/ -l 100