Files
remove-ai-watermarks/maintain.sh
T
2026-04-01 11:48:49 -07:00

12 lines
194 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
uv sync --all-extras
uv run uv-outdated
uv run uv-secure --ignore-unfixed
uv run ruff check --fix
uv run ruff format
uv run pyright
uv run pytest -n auto