Skip to content

[BUG] Duplicate sync-manifest pre-commit hook definition #707

Description

@c-vigo

Problem

.pre-commit-config.yaml defines id: sync-manifest twice — line 125 (no file filter, runs every commit) and line 226 (filtered to manifest.toml). Causes redundant/confusing double execution.

Recommendation

Keep one definition (prefer the manifest.toml-filtered one), delete the other. Verify with pre-commit run sync-manifest --all-files.

Context

Found during the state-of-the-repo review of #670 (epic #625); flagged independently by two reviewers.

Refs: #625

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:workflowDeveloper workflow, commands, rules, skillsbugSomething isn't workingeffort:smallLess than 1 hoursemver:patchBug fix, backward-compatible

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions