From f23aad8a404b81a4b89c3df72b00cd05bceac262 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:25:56 -0400 Subject: [PATCH] ci: pre-commit autoupdate [pre-commit.ci] (#273) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05500d63..5030ae18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_language_version: exclude: '.*\.(css|js|svg)$' repos: - repo: https://github.com/google/yapf - rev: v0.40.1 + rev: v0.40.0 hooks: - id: yapf verbose: true @@ -18,7 +18,7 @@ repos: openllm-python/src/openllm/cli/entrypoint.py )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.0.285' + rev: 'v0.0.286' hooks: - id: ruff verbose: true