From d01f6cbe61c45df52475e8430bf40d3ec59167b0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:18:46 +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/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.14.13) - [github.com/python-poetry/poetry: 2.2.1 → 2.3.0](https://github.com/python-poetry/poetry/compare/2.2.1...2.3.0) - [github.com/python-poetry/poetry-plugin-export: 1.9.0 → 1.10.0](https://github.com/python-poetry/poetry-plugin-export/compare/1.9.0...1.10.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31dbcf8..53f11f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # args: ["--keep-percent-format"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.13 hooks: # Run the linter. - id: ruff @@ -29,14 +29,14 @@ repos: - id: ruff-format - repo: https://github.com/python-poetry/poetry - rev: '2.2.1' + rev: '2.3.0' hooks: - id: poetry-check - id: poetry-lock - id: poetry-install - repo: https://github.com/python-poetry/poetry-plugin-export - rev: '1.9.0' + rev: '1.10.0' hooks: - id: poetry-export args: [ "-f", "requirements.txt", "--output", "requirements.txt", "--without-hashes", "--with=dev" ]