[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.6](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.3...v19.1.6)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1)
This commit is contained in:
pre-commit-ci[bot] 2025-01-06 16:47:06 +00:00 committed by GitHub
parent 906b4e84d3
commit 7dc38f9ec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ fail_fast: false
repos: repos:
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3 rev: v19.1.6
# if adding directory handled by clang-format # if adding directory handled by clang-format
# you need to adapt prepare_commit and verify_indentation scripts accordingly # you need to adapt prepare_commit and verify_indentation scripts accordingly
hooks: hooks:
@ -21,7 +21,7 @@ repos:
)$ )$
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.19.0 rev: v3.19.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py39-plus] args: [--py39-plus]