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
When developers stage partial file changes with git add -p, the pre-commit hook lints the entire working tree file instead of only the staged changes, potentially rejecting a commit for unstaged code.
When developers stage partial file changes with
git add -p, the pre-commit hook lints the entire working tree file instead of only the staged changes, potentially rejecting a commit for unstaged code.Relevant files:
.pre-commit-config.yamlEstimated effort: 2–4 hours