[pre-commit.ci] pre-commit autoupdate

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.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.5...v0.15.10)
This commit is contained in:
pre-commit-ci[bot] 2026-04-13 16:40:29 +00:00 committed by GitHub
parent c20c85256e
commit 6606c95bdf
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.10
hooks:
- id: ruff
args: ["--select=I", "--fix"] # Only run import-related rules