diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dc681d3..9e5a0fed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,14 +62,14 @@ repos: exclude: ^(docs|tools|openllm-python/tests) args: [--config=pyproject.toml] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.55.0 + rev: v8.56.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: v4.0.0-alpha.4 + rev: v4.0.0-alpha.7 hooks: - id: prettier verbose: true