[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.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.11)
pre-commit-ci-update-config
pre-commit-ci[bot] 2026-04-20 20:58:45 +00:00 committed by GitHub
parent 3a599f5d46
commit 5dc0c96b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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.11
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]