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