mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-07-15 20:27:18 +02:00
chore: add release.sh and update maintain.sh
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-4
@@ -2,13 +2,10 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
# Ensure git hooks are active
|
||||
git config core.hooksPath .githooks
|
||||
|
||||
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 pytest
|
||||
uv run pyright
|
||||
uv run pytest -n auto
|
||||
|
||||
Reference in New Issue
Block a user