Skip to content

Commit

Permalink
Merge branch 'vista3d' of https://github.com/Project-MONAI/VISTA into…
Browse files Browse the repository at this point in the history
… vista3d
  • Loading branch information
heyufan1995 committed Jul 8, 2024
2 parents 02f7388 + 79e448d commit 6448762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -27,7 +27,7 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/psf/black
rev: "24.3.0"
rev: "24.4.2"
hooks:
- id: black
- id: black-jupyter
Expand All @@ -37,7 +37,7 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.5
rev: v0.5.0
hooks:
- id: ruff
args: ['--fix']
Expand Down

0 comments on commit 6448762

Please sign in to comment.