Skip to content

Commit 788b461

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 22.12.0 → 24.10.0](psf/black@22.12.0...24.10.0)
1 parent e5ec341 commit 788b461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-yaml
@@ -14,6 +14,6 @@ repos:
1414
args:
1515
- --remove-kernel-metadata
1616
- repo: https://github.com/psf/black
17-
rev: 22.12.0
17+
rev: 24.10.0
1818
hooks:
1919
- id: black

0 commit comments

Comments
 (0)