[pre-commit.ci] pre-commit autoupdate (#942)

<!--pre-commit.ci start-->
updates:
- [github.com/lyz-code/yamlfix: 1.17.0 →
1.18.0](https://github.com/lyz-code/yamlfix/compare/1.17.0...1.18.0)
- [github.com/astral-sh/ruff-pre-commit: v0.12.10 →
v0.12.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.10...v0.12.12)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: bobokun <12660469+bobokun@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2025-09-08 15:39:03 -04:00 committed by GitHub
parent 85c7b8dfa4
commit 397049e46c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,13 +22,13 @@ repos:
args: [--format, parsable, --strict]
exclude: ^.github/
- repo: https://github.com/lyz-code/yamlfix
rev: 1.17.0
rev: 1.18.0
hooks:
- id: yamlfix
exclude: ^.github/
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.12.11
rev: v0.12.12
hooks:
# Run the linter.
- id: ruff-check