mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-30 17:20:36 +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:
co-authored by
Claude Opus 4.6
parent
7eb32fedee
commit
a3843bb6ae
+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