Closed pre-commit-ci[bot] closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.21%. Comparing base (
7259d60
) to head (a659cca
). Report is 11 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@meeseeksdev backport to release/v0.7.x
Owee, I'm MrMeeseeks, Look at me.
There seem to be a conflict, please backport manually. Here are approximate instructions:
git checkout release/v0.7.x
git pull
Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 89a6c132c7edcf934eac52203b08945eadc4ad13
You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #2527: chore: [pre-commit.ci] pre-commit autoupdate'
git push YOURFORK release/v0.7.x:auto-backport-of-pr-2527-on-release/v0.7.x
"Backport PR #2527 on branch release/v0.7.x (chore: [pre-commit.ci] pre-commit autoupdate)"
And apply the correct labels and milestones.
Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!
Remember to remove the Still Needs Manual Backport
label once the PR gets merged.
If these instructions are inaccurate, feel free to suggest an improvement.
updates: