Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Dec 6, 2022

Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're going to wait for astroid 2.13.0 to be released before removing python 3.7.

@Pierre-Sassoulas Pierre-Sassoulas added this to the 2.14.0 milestone Dec 6, 2022
@Pierre-Sassoulas Pierre-Sassoulas added the Maintenance Discussion or action around maintaining astroid or the dev workflow label Dec 6, 2022
@coveralls
Copy link

coveralls commented Dec 13, 2022

Pull Request Test Coverage Report for Build 3783655630

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.289%

Totals Coverage Status
Change from base Build 3783606481: 0.0%
Covered Lines: 9910
Relevant Lines: 10738

💛 - Coveralls

.pre-commit-config.yaml Outdated Show resolved Hide resolved
updates:
- [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1)
- [github.com/PyCQA/isort: 5.10.1 → v5.11.3](PyCQA/isort@5.10.1...v5.11.3)
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
@Pierre-Sassoulas Pierre-Sassoulas merged commit fdeaa78 into main Dec 26, 2022
@Pierre-Sassoulas Pierre-Sassoulas deleted the pre-commit-ci-update-config branch December 26, 2022 22:11
@github-actions
Copy link
Contributor

The backport to maintenance/2.12.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/2.12.x maintenance/2.12.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/2.12.x
# Create a new branch
git switch --create backport-1896-to-maintenance/2.12.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 fdeaa783b764e31d4f5ca8d2aa9244f3fea3097a
# Push it to GitHub
git push --set-upstream origin backport-1896-to-maintenance/2.12.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/2.12.x

Then, create a pull request where the base branch is maintenance/2.12.x and the compare/head branch is backport-1896-to-maintenance/2.12.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining astroid or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants