Skip to content

Commit 6a99645

Browse files
pre-commit-ci[bot]TEAM4-0
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (#609)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](astral-sh/ruff-pre-commit@v0.11.9...v0.11.10) - [github.com/DavidAnson/markdownlint-cli2: v0.18.0 → v0.18.1](DavidAnson/markdownlint-cli2@v0.18.0...v0.18.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7222399 commit 6a99645

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.9
56+
rev: v0.11.10
5757
hooks:
5858
- id: ruff
5959
args:
@@ -80,7 +80,7 @@ repos:
8080
- "types-redis"
8181

8282
- repo: https://github.com/DavidAnson/markdownlint-cli2
83-
rev: v0.18.0
83+
rev: v0.18.1
8484
hooks:
8585
- id: markdownlint-cli2
8686
name: markdownlint

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 [\#609](https://github.com/EMMC-ASBL/oteapi-services/pull/609) ([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.20250519.420"
9+
__version__ = "1.20250520.421"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

0 commit comments

Comments
 (0)