mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
Add Lifescience SciEval (datasets + configs + loader+dataset-index.yml)
This commit is contained in:
parent
f238298512
commit
9c8244aa44
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user