Skip to content

Commit 0ba348a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.11.0](psf/black-pre-commit-mirror@24.4.2...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.14.6](astral-sh/ruff-pre-commit@v0.5.4...v0.14.6) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v21.1.6](pre-commit/mirrors-clang-format@v18.1.8...v21.1.6) - [github.com/keewis/blackdoc: v0.3.9 → v0.4.6](keewis/blackdoc@v0.3.9...v0.4.6)
1 parent 1b55ade commit 0ba348a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: "v4.6.0"
14+
rev: "v6.0.0"
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -26,20 +26,20 @@ repos:
2626
- id: requirements-txt-fixer
2727
- id: trailing-whitespace
2828

29-
- repo: https://github.com/psf/black
30-
rev: "24.4.2"
29+
- repo: https://github.com/psf/black-pre-commit-mirror
30+
rev: "25.11.0"
3131
hooks:
3232
- id: black
3333
additional_dependencies: [tomli]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.5.4
36+
rev: v0.14.6
3737
hooks:
3838
- id: ruff
3939
args: [--fix, --exit-non-zero-on-fix]
4040

4141
- repo: https://github.com/pre-commit/mirrors-clang-format
42-
rev: v18.1.8
42+
rev: v21.1.6
4343
hooks:
4444
- id: clang-format
4545
types_or: [c++]
@@ -50,7 +50,7 @@ repos:
5050
- id: cmake-format
5151

5252
- repo: https://github.com/keewis/blackdoc
53-
rev: v0.3.9
53+
rev: v0.4.6
5454
hooks:
5555
- id: blackdoc
5656
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)