[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.8.3](https://github.com/rbubley/mirrors-prettier/compare/v3.8.1...v3.8.3)
- [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.12)
This commit is contained in:
pre-commit-ci[bot]
2026-04-27 21:45:57 +00:00
committed by GitHub
parent 3a599f5d46
commit bebeb53a37

View File

@@ -19,12 +19,12 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.8.1
rev: v3.8.3
hooks:
- id: prettier
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.0
rev: v0.15.12
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]