From 9c8244aa44b92a5111770f88a6c50da1c04e8c27 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 9 May 2025 05:00:57 +0000 Subject: [PATCH] Add Lifescience SciEval (datasets + configs + loader+dataset-index.yml) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c40d59cf..55eb17ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"]