[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.1)
This commit is contained in:
pre-commit-ci[bot] 2026-02-16 16:40:51 +00:00 committed by GitHub
parent 81b2d4daab
commit 5dd52af0ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ repos:
- id: black - id: black
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.0 rev: v0.15.1
hooks: hooks:
- id: ruff - id: ruff
args: ["--select=I", "--fix"] # Only run import-related rules args: ["--select=I", "--fix"] # Only run import-related rules