Skip to content

Commit 54fbd6d

Browse files
ci: pre-commit autoupdate [pre-commit.ci] [skip ci] (bentoml#1058)
* ci: pre-commit autoupdate [pre-commit.ci] updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) * ci: auto fixes from pre-commit.ci For more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cb81b1c commit 54fbd6d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_language_version:
88
python: python3.11 # NOTE: sync with .python-version-default
99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.5.5"
11+
rev: "v0.5.6"
1212
hooks:
1313
- id: ruff
1414
alias: r
@@ -20,7 +20,7 @@ repos:
2020
verbose: true
2121
types_or: [python, pyi, jupyter]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: "v1.11.0"
23+
rev: "v1.11.1"
2424
hooks:
2525
- id: mypy
2626
args: [--strict]

src/openllm/venv.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
import typer
77

8-
from openllm.common import (VENV_DIR, VERBOSE_LEVEL, BentoInfo, VenvSpec,
9-
output, run_command)
8+
from openllm.common import VENV_DIR, VERBOSE_LEVEL, BentoInfo, VenvSpec, output, run_command
109

1110

1211
@functools.lru_cache

0 commit comments

Comments
 (0)