Skip to content

Commit 78aa662

Browse files
committed
black format
Signed-off-by: Martijn Govers <[email protected]>
1 parent 70cb7e3 commit 78aa662

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: 24.8.0
15+
rev: 25.1.0
1616
hooks:
1717
- id: black-jupyter
1818
- repo: https://github.com/pre-commit/mirrors-mypy

src/power_grid_model_io/utils/uuid_excel_cvtr.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# SPDX-License-Identifier: MPL-2.0
44

55
"""
6-
This is a stand-alone conversion script that converts the GUID based Vision
7-
excel files to a number based format. The script is designed to be used as
8-
a light weight tool to run before running the PGM-IO conversion scripts.
9-
Example usage:
6+
This is a stand-alone conversion script that converts the GUID based Vision
7+
excel files to a number based format. The script is designed to be used as
8+
a light weight tool to run before running the PGM-IO conversion scripts.
9+
Example usage:
1010
11-
new_file = convert_guid_vision_excel("vision_97_en.xlsx", number="Number", {"N1": "Grounding1"})
12-
nieuw_bestand = convert_guid_vision_excel("vision_97_nl.xlsx", number="Nummer", {"N1": "Arding1"})
11+
new_file = convert_guid_vision_excel("vision_97_en.xlsx", number="Number", {"N1": "Grounding1"})
12+
nieuw_bestand = convert_guid_vision_excel("vision_97_nl.xlsx", number="Nummer", {"N1": "Arding1"})
1313
1414
"""
1515

0 commit comments

Comments
 (0)