Skip to content

Commit 7beac9f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0)
1 parent 2c3e2ef commit 7beac9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ exclude: '^libs/(atom|thirdparty|cpptrace|spdlog)/'
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
11-
- repo: https://github.com/psf/black
12-
rev: 24.10.0
11+
- repo: https://github.com/psf/black-pre-commit-mirror
12+
rev: 25.12.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pocc/pre-commit-hooks

0 commit comments

Comments
 (0)