-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Task: apply linting to existing PRs #3263
Copy link
Copy link
Open
Labels
lint requiredPlease run pre-commit hooks to ensure your formatting is up-to-datePlease run pre-commit hooks to ensure your formatting is up-to-date
Milestone
Description
Now that #3216 has been merged, existing PRs will have to be adjusted using the following method :
- Recover lint changes from
main- If the branch is from an external fork, create a local backup branch
- Rebase on top of
main(preferred) - Or re-create in a fresh branch from
mainand cherry-pick the feature commits from the previous branch
- Run pre-commit hooks only on files changed by the PR
- Re-open or push as usual, wait for CI to pass
Maintainers may close and re-open existing PRs or rebase it as part of this process. Contributors are not expected, but are welcome to, help with this procedure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lint requiredPlease run pre-commit hooks to ensure your formatting is up-to-datePlease run pre-commit hooks to ensure your formatting is up-to-date