Unverified Commit 778b97dc authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot] Committed by GitHub
Browse files

[CI] [pre-commit.ci] autoupdate (#1183)

* [CI] [pre-commit.ci] autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.1...v0.14.3

)

* [CI] sync ruff version

---------
Co-authored-by: default avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: default avatarXuehai Pan <XuehaiPan@pku.edu.cn>
parent 4ef94f22
...@@ -41,7 +41,7 @@ repos: ...@@ -41,7 +41,7 @@ repos:
^.+\.json$ ^.+\.json$
) )
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.1 # sync with requirements-lint.txt rev: v0.14.3 # sync with requirements-lint.txt
hooks: hooks:
- id: ruff-check - id: ruff-check
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]
......
...@@ -3,5 +3,5 @@ pre-commit ...@@ -3,5 +3,5 @@ pre-commit
clang-format==21.1.2 clang-format==21.1.2
clang-tidy==21.1.1 clang-tidy==21.1.1
codespell[toml]==2.4.1 codespell[toml]==2.4.1
ruff==0.14.1 ruff==0.14.3
yapf==0.43.0 yapf==0.43.0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment