Skip to content

Commit eef4bbc

Browse files
pre-commit-ci[bot]TEAM4-0
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (#662)
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a739759 commit eef4bbc

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ repos:
3636
args: [--markdown-linebreak-ext=md]
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.21.0
39+
rev: v3.21.1
4040
hooks:
4141
- id: pyupgrade
4242
args: ["--py310-plus"]
4343

4444
- repo: https://github.com/psf/black-pre-commit-mirror
45-
rev: 25.9.0
45+
rev: 25.11.0
4646
hooks:
4747
- id: black
4848

@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.14.3
56+
rev: v0.14.4
5757
hooks:
5858
- id: ruff-check
5959
name: ruff

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
**Merged pull requests:**
88

9+
- \[pre-commit.ci\] pre-commit autoupdate [\#662](https://github.com/EMMC-ASBL/oteapi-services/pull/662) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
910
- \[pre-commit.ci\] pre-commit autoupdate [\#616](https://github.com/EMMC-ASBL/oteapi-services/pull/616) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
1011

1112
## [v1.20250410.410](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20250410.410) (2025-04-10)

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "1.20251110.465"
9+
__version__ = "1.20251110.466"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

0 commit comments

Comments
 (0)