Skip to content

Commit 6448762

Browse files
committed
Merge branch 'vista3d' of https://github.com/Project-MONAI/VISTA into vista3d
2 parents 02f7388 + 79e448d commit 6448762

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.5.0
12+
rev: v4.6.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -27,7 +27,7 @@ repos:
2727
- id: end-of-file-fixer
2828
- id: mixed-line-ending
2929
- repo: https://github.com/psf/black
30-
rev: "24.3.0"
30+
rev: "24.4.2"
3131
hooks:
3232
- id: black
3333
- id: black-jupyter
@@ -37,7 +37,7 @@ repos:
3737
- id: isort
3838
args: ["--profile", "black"]
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.3.5
40+
rev: v0.5.0
4141
hooks:
4242
- id: ruff
4343
args: ['--fix']

0 commit comments

Comments
 (0)