Skip to content

Commit 2831198

Browse files
pre-commit-ci[bot]TEAM4-0
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (#613)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 36c869c commit 2831198

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies: [black]
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.11.11
56+
rev: v0.11.12
5757
hooks:
5858
- id: ruff
5959
args:
@@ -70,7 +70,7 @@ repos:
7070
files: ^app/.*$
7171

7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: v1.15.0
73+
rev: v1.16.0
7474
hooks:
7575
- id: mypy
7676
exclude: ^tests/.*$

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/EMMC-ASBL/oteapi-services/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-services/compare/v1.20250410.410...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- \[pre-commit.ci\] pre-commit autoupdate [\#613](https://github.com/EMMC-ASBL/oteapi-services/pull/613) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
10+
311
## [v1.20250410.410](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20250410.410) (2025-04-10)
412

513
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-services/compare/v1.20230324.302...v1.20250410.410)

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.20250602.424"
9+
__version__ = "1.20250603.425"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

0 commit comments

Comments
 (0)