From 321636da3b9405bc680a5fb01541acaae09a2fda Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:06:50 -0400 Subject: [PATCH] ci: pre-commit autoupdate [pre-commit.ci] [skip ci] (#374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.290](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.290) - [github.com/pre-commit/mirrors-eslint: v8.47.0 → v8.49.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.47.0...v8.49.0) - [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.2...v3.0.3) - [github.com/RobertCraigie/pyright-python: v1.1.326 → v1.1.327](https://github.com/RobertCraigie/pyright-python/compare/v1.1.326...v1.1.327) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8c5e073..88e1a6da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: openllm-python/src/openllm/cli/entrypoint.py )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.0.287' + rev: 'v0.0.290' hooks: - id: ruff verbose: true @@ -32,14 +32,14 @@ repos: exclude: ^(docs|tools|openllm-python/tests) args: [--config=pyproject.toml] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.47.0 + rev: v8.49.0 hooks: - id: eslint verbose: true files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx types: [file] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.2 + rev: v3.0.3 hooks: - id: prettier verbose: true @@ -98,7 +98,7 @@ repos: - id: debug-statements - id: check-merge-conflict - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.326 + rev: v1.1.327 hooks: - id: pyright verbose: true