ci: pre-commit autoupdate [pre-commit.ci] [skip ci] (#374)

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>
This commit is contained in:
pre-commit-ci[bot]
2023-09-18 15:06:50 -04:00
committed by GitHub
parent d6a1ef2f1c
commit 321636da3b

View File

@@ -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