Skip to content

Commit 877f993

Browse files
pre-commit-ci[bot]mborgerson
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v21.1.5](pre-commit/mirrors-clang-format@v21.1.2...v21.1.5) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4)
1 parent faf3a24 commit 877f993

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,19 @@ repos:
5858
- id: rm-unneeded-f-str
5959

6060
- repo: https://github.com/asottile/pyupgrade
61-
rev: v3.21.0
61+
rev: v3.21.1
6262
hooks:
6363
- id: pyupgrade
6464
args: [--py38-plus]
6565

6666
# Last modifier: Coding Standard
6767
- repo: https://github.com/psf/black-pre-commit-mirror
68-
rev: 25.9.0
68+
rev: 25.11.0
6969
hooks:
7070
- id: black
7171

7272
- repo: https://github.com/pre-commit/mirrors-clang-format
73-
rev: v21.1.2
73+
rev: v21.1.5
7474
hooks:
7575
- id: clang-format
7676
files: pypcode/pypcode_native.cpp
@@ -99,7 +99,7 @@ repos:
9999
- id: check-docstring-first
100100

101101
- repo: https://github.com/astral-sh/ruff-pre-commit
102-
rev: v0.14.3
102+
rev: v0.14.4
103103
hooks:
104104
- id: ruff
105105

0 commit comments

Comments
 (0)