diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d962252eb..00e056ebc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: # Keep the same list from yapfignore here to avoid yapf failing without any inputs exclude: '(.buildkite|benchmarks|build|examples)/.*' - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.14.13 hooks: - id: ruff args: [--output-format, github, --fix]