We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188f23e commit f9eb204Copy full SHA for f9eb204
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ default_language_version:
8
exclude: '.*\.(css|js|svg)$'
9
repos:
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: 'v0.1.14'
+ rev: 'v0.2.1'
12
hooks:
13
- id: ruff
14
alias: r
@@ -62,7 +62,7 @@ repos:
62
exclude: ^(docs|tools|openllm-python/tests)
63
args: [--config=pyproject.toml]
64
- repo: https://github.com/pre-commit/mirrors-eslint
65
- rev: v9.0.0-alpha.1
+ rev: v9.0.0-beta.0
66
67
- id: eslint
68
verbose: true
0 commit comments