You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Untracked files in a repository are considered in the evaluation of check-manifest during the pre-commit hooks.
To Reproduce
In a repo using the last cookie-cutter, have a tracked file staged for commit and an untracked file with an extension you are not managing in the MANIFEST file. You will see that pre-commit will fail at least at the check-manifest stage.
Expected behaviour
Untracked files should be ignored, what the pre-commit hooks should check should be the staged file.
The text was updated successfully, but these errors were encountered:
Describe the bug
Untracked files in a repository are considered in the evaluation of
check-manifest
during the pre-commit hooks.To Reproduce
In a repo using the last cookie-cutter, have a tracked file staged for commit and an untracked file with an extension you are not managing in the MANIFEST file. You will see that pre-commit will fail at least at the check-manifest stage.
Expected behaviour
Untracked files should be ignored, what the pre-commit hooks should check should be the staged file.
The text was updated successfully, but these errors were encountered: