From c82dcbec245741d9b48884c666444bf8c3098bbd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:04:16 +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/lorenzwalthert/precommit: v0.4.3.9029 → v0.4.3.9030](https://github.com/lorenzwalthert/precommit/compare/v0.4.3.9029...v0.4.3.9030) - [github.com/tox-dev/tox-ini-fmt: 1.7.2 → 1.9.0](https://github.com/tox-dev/tox-ini-fmt/compare/1.7.2...1.9.0) - [github.com/tox-dev/pyproject-fmt: v2.25.2 → v2.28.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.25.2...v2.28.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.21 → v0.16.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.21...v0.16.3) --- .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 99eccc218..df58c23fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9029 + rev: v0.4.3.9030 hooks: - id: parsable-R - id: no-browser-statement @@ -49,19 +49,19 @@ repos: exclude: '(\.Rd|python/doc/source/reference/.*|test-doctest-.*)' - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.7.2 + rev: 1.9.0 hooks: - id: tox-ini-fmt - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.25.2 + rev: v2.28.0 hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.12.1"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.21 + rev: v0.16.3 hooks: # Run the formatter. - id: ruff-format