Add Lifescience SciEval (datasets + configs + loader+dataset-index.yml)

This commit is contained in:
root 2025-05-09 05:00:57 +00:00
parent f238298512
commit 9c8244aa44

View File

@ -20,7 +20,7 @@ exclude: |
)
repos:
- repo: https://github.com/PyCQA/flake8
rev: 7.2.0
rev: 5.0.4
hooks:
- id: flake8
exclude: |
@ -29,7 +29,7 @@ repos:
examples/
)
- repo: https://github.com/PyCQA/isort
rev: 6.0.1
rev: 5.11.5
hooks:
- id: isort
exclude: |
@ -47,7 +47,7 @@ repos:
examples/
)
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.2.1
hooks:
- id: codespell
exclude: |
@ -58,7 +58,7 @@ repos:
examples/
)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
exclude: |
@ -81,7 +81,7 @@ repos:
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.22
rev: 0.7.9
hooks:
- id: mdformat
args: ["--number", "--table-width", "200"]