mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-27 16:59:13 -05:00
ci: pre-commit autoupdate [pre-commit.ci] [skip ci] (#848)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.1.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.11...v0.1.13) - [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.0 → v9.0.0-alpha.1](https://github.com/pre-commit/mirrors-eslint/compare/v9.0.0-alpha.0...v9.0.0-alpha.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
19a9e4a940
commit
6eb2ed5028
@@ -8,7 +8,7 @@ default_language_version:
|
||||
exclude: '.*\.(css|js|svg)$'
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: 'v0.1.11'
|
||||
rev: 'v0.1.13'
|
||||
hooks:
|
||||
- id: ruff
|
||||
alias: r
|
||||
@@ -62,7 +62,7 @@ repos:
|
||||
exclude: ^(docs|tools|openllm-python/tests)
|
||||
args: [--config=pyproject.toml]
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v9.0.0-alpha.0
|
||||
rev: v9.0.0-alpha.1
|
||||
hooks:
|
||||
- id: eslint
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user