diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9cb25073..cea6976e 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.291' + rev: 'v0.0.292' hooks: - id: ruff verbose: true @@ -32,7 +32,7 @@ repos: exclude: ^(docs|tools|openllm-python/tests) args: [--config=pyproject.toml] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.50.0 + rev: v8.51.0 hooks: - id: eslint verbose: true @@ -80,7 +80,7 @@ repos: - id: clj-kondo verbose: true - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace verbose: true