Skip to content

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

Open
pre-commit-ci[bot] wants to merge 2 commits into
mainfrom
pre-commit-ci-update-config
Open

[pre-commit.ci] pre-commit autoupdate#733
pre-commit-ci[bot] wants to merge 2 commits into
mainfrom
pre-commit-ci-update-config

Conversation

@pre-commit-ci

@pre-commit-ci pre-commit-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.15...v0.15.20)
@coveralls

coveralls commented Jul 6, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 93.722%. remained the same — pre-commit-ci-update-config into main

@djhoese

djhoese commented Jul 8, 2026

Copy link
Copy Markdown
Member

@pytroll/core I need to remove Python 3.11 support to make mypy happy in pre-commit. The problem seems to be that mypy is forcing 3.11 syntax checking, but pre-commit is installing in a Python 3.14 environment, getting a 3.14-compatible version of numpy, and that numpy is using typing syntax that isn't supported in Python 3.11. We could force pre-commit to use an older version of Python (3.11), but then anyone running pre-commit also has to be using that version of Python. Any issues with a separate PR removing Python 3.11 support?

@pnuu

pnuu commented Jul 8, 2026

Copy link
Copy Markdown
Member

Go ahead. πthon (Python 3.14) is already stable and we typically support only three latest versions anyway.

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.

3 participants