From 0d5845f04f74af184d1cee81281a4fac37dc0089 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:57:54 +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/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.12.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.11...v0.15.0) --- .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 eab0e62..71899a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 + rev: 26.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.14.11' + rev: 'v0.15.0' hooks: - id: ruff - repo: https://github.com/asottile/pyupgrade From ea70ab48dc0cd7131952b919fcbe1c9df489e809 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:58:43 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- taiga/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taiga/__init__.py b/taiga/__init__.py index da8e936..c802f9e 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,6 +5,7 @@ """ Taiga Python API library """ + __version__ = "1.3.4.dev1" __author__ = "Nephila" __license__ = "MIT"