Skip to content

Commit d4d30fd

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)
1 parent 94c9caa commit d4d30fd

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,14 +2,14 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v6.0.0
66
hooks:
77
- id: end-of-file-fixer
88
- id: mixed-line-ending
99
args: [--fix=lf]
1010
- id: trailing-whitespace
1111

12-
- repo: https://github.com/psf/black
13-
rev: 24.4.2
12+
- repo: https://github.com/psf/black-pre-commit-mirror
13+
rev: 25.11.0
1414
hooks:
1515
- id: black

0 commit comments

Comments
 (0)