From 6a0fc069842db3e792e0416742b9cc7ba5fe0154 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:02:25 +0000 Subject: [PATCH 1/2] [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.11.0 → v0.11.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.0...v0.11.5) - [github.com/python-poetry/poetry: 2.1.1 → 2.1.2](https://github.com/python-poetry/poetry/compare/2.1.1...2.1.2) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5234f1..91d802d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,14 +14,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.0 + rev: v0.11.5 hooks: - id: ruff args: [ --fix ] - id: ruff-format - repo: https://github.com/python-poetry/poetry - rev: '2.1.1' + rev: '2.1.2' hooks: - id: poetry-check - id: poetry-lock From fed9c9da43c4598b7534ab63c6f88280e55bc596 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:02:41 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a18668..6a422d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ colorlog==6.8.2 ; python_version >= "3.8" and python_version < "4" enum34==1.1.10 ; python_full_version >= "2.7.18" and python_version < "3.0" future==1.0.0 ; python_full_version >= "2.7.18" and python_version < "3.0" pathlib==1.0.1 ; python_full_version >= "2.7.18" and python_version < "3.0" -win-unicode-console==0.5 ; python_full_version >= "2.7.18" and python_version < "3.0" and platform_system == "Windows" or python_version >= "3.8" and python_version < "4" and platform_system == "Windows" +win-unicode-console==0.5 ; python_full_version >= "2.7.18" and (python_version < "3.0" or python_version >= "3.8") and python_version < "4" and platform_system == "Windows"