Skip to content

Commit 045e44a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.2.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.8.0 → 25.11.0](psf/black-pre-commit-mirror@22.8.0...25.11.0)
1 parent 4efba99 commit 045e44a

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
@@ -2,7 +2,7 @@ exclude: version
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.2.0 # Use the ref you want to point at
5+
rev: v6.0.0 # Use the ref you want to point at
66
hooks:
77
- id: trailing-whitespace
88
name: (Common) Remove trailing whitespaces
@@ -25,8 +25,8 @@ repos:
2525
args: ["-i"]
2626
additional_dependencies: ["clang-format==12.0.1"]
2727

28-
- repo: https://github.com/psf/black
29-
rev: 22.8.0
28+
- repo: https://github.com/psf/black-pre-commit-mirror
29+
rev: 25.11.0
3030
hooks:
3131
- id: black
3232
language_version: python

0 commit comments

Comments
 (0)