Files
remove-ai-watermarks/maintain.sh
T
test-user a3843bb6ae chore: add release.sh and update maintain.sh
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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