File: clean.sh

package info (click to toggle)
isort 8.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,404 kB
  • sloc: python: 14,884; javascript: 42; makefile: 28; sh: 21
file content (6 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download
1
2
3
4
5
6
#!/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