Skip to content

Commit 77e135c

Browse files
authored
Merge pull request #128 from VectorInstitute/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents cdf904a + 26c8e9d commit 77e135c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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: v5.0.0 # Use the ref you want to point at
3+
rev: v6.0.0 # Use the ref you want to point at
44
hooks:
55
- id: trailing-whitespace
66
- id: check-ast
@@ -16,7 +16,7 @@ repos:
1616
- id: check-toml
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: 'v0.11.7'
19+
rev: 'v0.13.0'
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
@@ -25,7 +25,7 @@ repos:
2525
types_or: [python, jupyter]
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.15.0
28+
rev: v1.18.1
2929
hooks:
3030
- id: mypy
3131
entry: python3 -m mypy --config-file pyproject.toml

odyssey/models/baseline/Bi-LSTM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import numpy as np
88
import pandas as pd
99
import torch
10+
from odyssey.models.cehr_big_bird.embeddings import Embeddings
1011
from sklearn.metrics import (
1112
balanced_accuracy_score,
1213
)
@@ -19,7 +20,6 @@
1920

2021
from odyssey.data.dataset import FinetuneDataset
2122
from odyssey.data.tokenizer import HuggingFaceConceptTokenizer
22-
from odyssey.models.cehr_big_bird.embeddings import Embeddings
2323

2424

2525
ROOT = "/fs01/home/afallah/odyssey/odyssey"

0 commit comments

Comments
 (0)