Skip to content

Commit d87915a

Browse files
[pre-commit.ci] pre-commit autoupdate (#244)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.11...v0.15.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bdfb90d commit d87915a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.12.0
22+
rev: 26.1.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.14.11'
26+
rev: 'v0.15.0'
2727
hooks:
2828
- id: ruff
2929
- repo: https://github.com/asottile/pyupgrade

taiga/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"""
66
Taiga Python API library
77
"""
8+
89
__version__ = "1.3.4.dev1"
910
__author__ = "Nephila"
1011
__license__ = "MIT"

0 commit comments

Comments
 (0)