Skip to content

Commit ce26f8f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.13.3...v0.14.4) - [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/keewis/blackdoc: v0.4.3 → v0.4.5](keewis/blackdoc@v0.4.3...v0.4.5)
1 parent a9e7e74 commit ce26f8f

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
@@ -29,19 +29,19 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: "25.9.0"
32+
rev: "25.11.0"
3333
hooks:
3434
- id: black
3535
additional_dependencies: [tomli]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.13.3
38+
rev: v0.14.4
3939
hooks:
4040
- id: ruff
4141
args: [--fix, --exit-non-zero-on-fix]
4242

4343
- repo: https://github.com/pre-commit/mirrors-clang-format
44-
rev: v21.1.2
44+
rev: v21.1.5
4545
hooks:
4646
- id: clang-format
4747
types_or: [c, c++]
@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: [tomli]
6060

6161
- repo: https://github.com/keewis/blackdoc
62-
rev: v0.4.3
62+
rev: v0.4.5
6363
hooks:
6464
- id: blackdoc
6565
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)