[pre-commit.ci] pre-commit autoupdate
Some checks failed
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Has been cancelled
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been cancelled
Publish Python 🐍 distribution 📦 to PyPI and TestPyPI / Sign the Python 🐍 distribution 📦 with Sigstore and upload them to GitHub Release (push) Has been cancelled

updates:
- [github.com/psf/black-pre-commit-mirror: 26.3.0 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/26.3.0...26.3.1)
- [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.5...v0.15.11)
This commit is contained in:
pre-commit-ci[bot] 2026-04-20 16:40:17 +00:00 committed by GitHub
parent c20c85256e
commit 9dc64378d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,12 +9,12 @@ repos:
- id: check-merge-conflict
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.0
rev: 26.3.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.5
rev: v0.15.11
hooks:
- id: ruff
args: ["--select=I", "--fix"] # Only run import-related rules