Merge pull request #27 from jazzband/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
fragment 2025-11-10 17:27:33 +09:00 committed by GitHub
commit d49d4c5e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ exclude: |
)$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace # Trims trailing whitespace.
args: [--markdown-linebreak-ext=md]
@ -43,7 +43,7 @@ repos:
types_or: [yaml, markdown]
- repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.0
hooks:
- id: pyupgrade
name: pyupgrade