From dd09a9e195f46fb4331c5899842c8974ca08b110 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 21:28:31 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/tox-dev/tox-ini-fmt: 1.5.0 → 1.6.0](https://github.com/tox-dev/tox-ini-fmt/compare/1.5.0...1.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.13...v0.12.10) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.16.0...v1.17.1) - [github.com/PyCQA/pylint: v3.3.7 → v3.3.8](https://github.com/PyCQA/pylint/compare/v3.3.7...v3.3.8) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a27605a..bd79fd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 # Use the ref you want to point at + rev: v6.0.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-yaml @@ -19,18 +19,18 @@ repos: alias: toml - repo: https://github.com/tox-dev/tox-ini-fmt - rev: 1.5.0 + rev: 1.6.0 hooks: - id: tox-ini-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.13 + rev: v0.12.10 hooks: - id: ruff-format alias: ruff - id: ruff-check alias: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.0 + rev: v1.17.1 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -42,7 +42,7 @@ repos: - types-setuptools - types-docutils - repo: https://github.com/PyCQA/pylint - rev: v3.3.7 + rev: v3.3.8 hooks: - id: pylint additional_dependencies: