Skip to content

Commit 537e47e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.0 → v21.1.1](pre-commit/mirrors-clang-format@v21.1.0...v21.1.1)
1 parent d0df354 commit 537e47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: prettier
2222
- repo: https://github.com/psf/black
23-
rev: 25.1.0
23+
rev: 25.9.0
2424
hooks:
2525
- id: black
2626
args: ["--line-length=100"]
@@ -57,7 +57,7 @@ repos:
5757
- id: end-of-file-fixer
5858
- id: check-shebang-scripts-are-executable
5959
- repo: https://github.com/pre-commit/mirrors-clang-format
60-
rev: v21.1.0
60+
rev: v21.1.1
6161
hooks:
6262
- id: clang-format
6363
types_or: [c++, c]

0 commit comments

Comments
 (0)