Skip to content

Commit 9563ea0

Browse files
committed
update pre-commit
1 parent 2ab845e commit 9563ea0

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
@@ -2,12 +2,12 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.11.2
5+
rev: v0.12.11
66
hooks:
77
- id: ruff
88
- id: ruff-format
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.15.0
10+
rev: v1.17.1
1111
hooks:
1212
- id: mypy
1313
additional_dependencies: [sqlalchemy, click, jinja2]

src/cchdo/params/__init__.py

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

2424
logger = getLogger(__name__)
2525

26+
2627
def to_odv(key: tuple[str, str | None]):
2728
"""Transform a (param, unit) tuple into the correct ODV style PARAM [UNIT] string
2829

0 commit comments

Comments
 (0)