Secrets whitelist alembic revision ids
This commit is contained in:
parent
71befc96ef
commit
292cfdd0e8
@ -10,8 +10,8 @@ import sqlalchemy as sa
|
|||||||
${imports if imports else ""}
|
${imports if imports else ""}
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = ${repr(up_revision)}
|
revision = ${repr(up_revision)} # pragma: allowlist secret
|
||||||
down_revision = ${repr(down_revision)}
|
down_revision = ${repr(down_revision)} # pragma: allowlist secret
|
||||||
branch_labels = ${repr(branch_labels)}
|
branch_labels = ${repr(branch_labels)}
|
||||||
depends_on = ${repr(depends_on)}
|
depends_on = ${repr(depends_on)}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user