make alembic check pre-commit manual (#2410)

This commit is contained in:
Shuchang Zheng 2025-05-20 19:56:51 -07:00 committed by GitHub
parent a626d0c75f
commit d0d07c3985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 3 deletions

View file

@ -101,4 +101,4 @@ repos:
name: Alembic Check
entry: ./run_alembic_check.sh
language: script
stages: [ pre-commit ]
stages: [ manual ]