chore(pre-commit.ci): pre-commit autoupdate (#397)

updates:
- [github.com/commitizen-tools/commitizen: v4.2.2 → v4.4.1](https://github.com/commitizen-tools/commitizen/compare/v4.2.2...v4.4.1)
- [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.7...v0.9.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2025-03-03 10:02:09 -10:00 committed by GitHub
parent 0d0e600a94
commit 3dd7c358fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ ci:
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.2.2
rev: v4.4.1
hooks:
- id: commitizen
stages: [commit-msg]
@ -38,7 +38,7 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.7
rev: v0.9.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]