Closed jacobtylerwalls closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.25%. Comparing base (
6dba72c
) to head (59a3429
). Report is 1 commits behind head on main.
The backport to maintenance/3.3.x
failed:
The process '/usr/bin/git' failed with exit code 1
To backport manually, run these commands in your terminal:
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-maintenance/3.3.x maintenance/3.3.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/3.3.x
# Create a new branch
git switch --create backport-2598-to-maintenance/3.3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f63a39368dd422d49d77c42a7dd6dad00ee1a986
# Push it to GitHub
git push --set-upstream origin backport-2598-to-maintenance/3.3.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/3.3.x
Then, create a pull request where the base
branch is maintenance/3.3.x
and the compare
/head
branch is backport-2598-to-maintenance/3.3.x
.
Type of Changes
Description
Closes pylint-dev/pylint#10000