Skip to content

Commit 0f15dbe

Browse files
authored
Merge branch 'main' into fix-broken-link
2 parents ab01875 + 48e5950 commit 0f15dbe

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
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/psf/black
26-
rev: "24.4.2"
26+
rev: "24.10.0"
2727
hooks:
2828
- id: black
2929
- id: black-jupyter

0 commit comments

Comments
 (0)