From 7bd8c1f7c1431703db5b00bb9383c2d3e2cc8e84 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:02:45 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 9.0.0b1 → 9.0.1](https://github.com/PyCQA/isort/compare/9.0.0b1...9.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.16.0 → v0.16.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.0...v0.16.5) - [github.com/pre-commit/mirrors-clang-format: v22.1.8 → v23.1.0](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.8...v23.1.0) - https://github.com/pylint-dev/pylint/: v4.0.6 → v4.0.8 --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6f784c422..be687c5969 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,14 +23,14 @@ repos: - id: check-toml # Python - repo: https://github.com/PyCQA/isort - rev: 9.0.0b1 + rev: 9.0.1 hooks: - id: isort files: \.py$ exclude: ^source/3rdparty - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.16.0 + rev: v0.16.5 hooks: - id: ruff args: ["--fix"] @@ -62,7 +62,7 @@ repos: - mdformat-gfm-alerts==2.0.0 # C++ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.8 + rev: v23.1.0 hooks: - id: clang-format exclude: ^(source/3rdparty|source/lib/src/gpu/cudart/.+\.inc|.+\.ipynb$|source/tests/infer/.+\.json$) @@ -156,7 +156,7 @@ repos: exclude: .pre-commit-config.yaml|source/lmp # customized pylint rules - repo: https://github.com/pylint-dev/pylint/ - rev: v4.0.6 + rev: v4.0.8 hooks: - id: pylint entry: env PYTHONPATH=source/checker pylint