# alembic-untracked-pre-commit **Repository Path**: edgeplan/alembic-untracked-pre-commit ## Basic Information - **Project Name**: alembic-untracked-pre-commit - **Description**: No description available - **Primary Language**: Python - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-19 - **Last Updated**: 2025-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Alembic Untracked Pre-commit Hook Prevent committing when Alembic migration scripts are not tracked by git. ## Usage ```yaml repos: - repo: https://gitee.com/edgeplan/alembic-untracked-pre-commit rev: v0.1.0 hooks: - id: check-untracked-alembic args: ["--config", "alembic.ini"]