Skip to content

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

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

Merged
merged 2 commits into from
Jun 3, 2025
Merged

Conversation

pre-commit-ci bot and others added 2 commits June 2, 2025 20:19
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12)
- [github.com/woodruffw/zizmor-pre-commit: v1.8.0 → v1.9.0](zizmorcore/zizmor-pre-commit@v1.8.0...v1.9.0)
- [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
@bluetech
Copy link
Member

bluetech commented Jun 3, 2025

A bunch of new errors from mypy this time. I pushed a commit which fixes them (should be squashed)

def __enter__(self) -> Self:
# Type ignored because we basically want the `catch_warnings` generic type
# parameter to be ourselves but that is not possible(?).
def __enter__(self) -> Self: # type: ignore[override]
Copy link
Member

Choose a reason for hiding this comment

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

Yeah this is weird.

@nicoddemus
Copy link
Member

A bunch of new errors from mypy this time. I pushed a commit which fixes them (should be squashed)

I think in this case it would be nice to have the two commits landing separately, given the 1st one is automated. What do you think?

@bluetech
Copy link
Member

bluetech commented Jun 3, 2025

This way the first commit won't be clean (won't pass linting). I quickly tried to flip the order but it's not clean either. So easier to squash.

@bluetech bluetech merged commit 01de0c1 into main Jun 3, 2025
31 checks passed
@bluetech bluetech deleted the pre-commit-ci-update-config branch June 3, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants