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