From 3dad9ea0afa0cde93c7ccc264d1fd6fa1ebffb11 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 19:19:07 +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/python-poetry/poetry: 1.8.0 → 2.2.1](https://github.com/python-poetry/poetry/compare/1.8.0...2.2.1) - [github.com/python-poetry/poetry-plugin-export: 1.8.0 → 1.9.0](https://github.com/python-poetry/poetry-plugin-export/compare/1.8.0...1.9.0) - [github.com/jshwi/docsig: v0.66.1 → v0.72.0](https://github.com/jshwi/docsig/compare/v0.66.1...v0.72.0) - [github.com/dosisod/refurb: v2.0.0 → v2.2.0](https://github.com/dosisod/refurb/compare/v2.0.0...v2.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.0...v1.19.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63cb7ee..0784c5d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -32,7 +32,7 @@ repos: # language_version: python3.12 - repo: https://github.com/python-poetry/poetry - rev: 1.8.0 + rev: 2.2.1 hooks: - id: poetry-check # - id: poetry-lock # Broken in pre-commit.ci @@ -40,7 +40,7 @@ repos: language_version: python3.12 - repo: https://github.com/python-poetry/poetry-plugin-export - rev: "1.8.0" + rev: "1.9.0" hooks: - id: poetry-export additional_dependencies: [ "poetry-plugin-export" ] @@ -48,21 +48,21 @@ repos: language_version: python3.12 - repo: https://github.com/jshwi/docsig - rev: v0.66.1 + rev: v0.72.0 hooks: - id: docsig args: [ "--check-class-constructor", "--check-dunders", "--check-protected" ] language_version: python3.12 - repo: https://github.com/dosisod/refurb - rev: v2.0.0 + rev: v2.2.0 hooks: - id: refurb language_version: python3.12 - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.4 + rev: v0.14.10 hooks: # Run the linter. - id: ruff @@ -73,7 +73,7 @@ repos: language_version: python3.12 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.0 + rev: v1.19.1 hooks: - id: mypy language_version: python3.12