scverse / scvi-tools

Deep probabilistic analysis of single-cell and spatial omics data
http://scvi-tools.org/
BSD 3-Clause "New" or "Revised" License
1.16k stars 341 forks source link

[pre-commit.ci] pre-commit autoupdate #2841

Closed pre-commit-ci[bot] closed 1 week ago

pre-commit-ci[bot] commented 1 week ago

updates:

lumberbot-app[bot] commented 1 week ago

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 1.2.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:

    git cherry-pick -x -m1 28dd2fbfd956d071e138d7f44bfa5bc0aa720890
  2. You will likely have some merge/cherry-pick conflict here, fix them and commit:

git commit -am 'Backport PR #2841: [pre-commit.ci] pre-commit autoupdate'
  1. Push to a named branch:
git push YOURFORK 1.2.x:auto-backport-of-pr-2841-on-1.2.x
  1. Create a PR against branch 1.2.x, I would have named this PR:

"Backport PR #2841 on branch 1.2.x ([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.