🎈 pre-commit autoupdate hooks

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.8...v0.15.12)
- [github.com/pycqa/isort: 6.0.1 → 9.0.0a3](https://github.com/pycqa/isort/compare/6.0.1...9.0.0a3)
This commit is contained in:
pre-commit-ci[bot]
2026-05-04 21:30:15 +00:00
committed by GitHub
parent 2027fb32a0
commit ed3fe9be25
+2 -2
View File
@@ -27,14 +27,14 @@ repos:
args: ["--fix=lf"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.8
rev: v0.15.12
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pycqa/isort
rev: 6.0.1
rev: 9.0.0a3
hooks:
- id: isort
args: ["--profile", "black", "--line-length", "120"]