chore(pre_commit): ⬆ pre_commit autoupdate (#2426)

* chore(pre_commit): ⬆ pre_commit autoupdate

updates:
- [github.com/JoC0de/pre-commit-prettier: fc2da0552b28c24c836d045bfb6c3057b3d11e62 → v3.9.5](fc2da0552b...v3.9.5)
- [github.com/tox-dev/pyproject-fmt: v2.25.1 → v2.25.2](https://github.com/tox-dev/pyproject-fmt/compare/v2.25.1...v2.25.2)
- [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.21](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.15.21)
- [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.3.0)

* Apply suggestions from code review

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2026-07-14 12:46:15 +02:00 committed by GitHub
parent d5cadf526a
commit 3e80c0ce3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ repos:
- id: mixed-line-ending
- repo: https://github.com/JoC0de/pre-commit-prettier
rev: fc2da0552b28c24c836d045bfb6c3057b3d11e62 # v3.9.4
rev: 0737985b8f21a8d83195f6ced1045e7637fc82fb # v3.9.5
hooks:
- id: prettier
files: \.(ya?ml|toml)$
@ -37,7 +37,7 @@ repos:
args: ["--print-width=120"]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.25.1
rev: v2.25.2
hooks:
- id: pyproject-fmt
additional_dependencies:
@ -49,7 +49,7 @@ repos:
- id: validate-pyproject
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.20
rev: v0.15.21
hooks:
- id: ruff-check
args: ["--fix"]
@ -67,7 +67,7 @@ repos:
exclude: ^(docs/changelog\.md|docs/deprecated\.md)$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v2.1.0
rev: v2.3.0
hooks:
- id: mypy
language_version: python3.11