Skip to content

Commit 72b43b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 25.9.0](psf/black@24.4.2...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0)
1 parent bd89292 commit 72b43b6

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
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.4.2 # Replace by any tag/version: https://github.com/psf/black/tags
3+
rev: 25.9.0 # Replace by any tag/version: https://github.com/psf/black/tags
44
hooks:
55
- id: black
66
language_version: python3 # Should be a command that runs python3.6+
77
args: ["--line-length", "99"]
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: trailing-whitespace
1313
exclude: datasets|.data$

0 commit comments

Comments
 (0)