Skip to content

Commit 3cfaefb

Browse files
authored
Merge pull request #19 from fbraza/refactor/simplify-biomarker-data-model
refactor: unify biomarker data model and bump to v1.0.0
2 parents a0a5184 + 4efe214 commit 3cfaefb

File tree

101 files changed

+2548
-2496
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+2548
-2496
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ repos:
5555
# Run the formatter.
5656
- id: ruff-format
5757

58-
- repo: local
59-
hooks:
60-
- id: ty-check
61-
name: ty-check
62-
language: python
63-
entry: ty check
64-
pass_filenames: false
65-
args: [--python=.venv/]
66-
additional_dependencies: [ty]
58+
# - repo: local
59+
# hooks:
60+
# - id: ty-check
61+
# name: ty-check
62+
# language: python
63+
# entry: ty check
64+
# pass_filenames: false
65+
# args: [--python=.venv/]
66+
# additional_dependencies: [ty]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
6969
rev: v1.17.0

0 commit comments

Comments
 (0)