From e47b546beeaffe1b496069df80061ed18fef14bb Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 7 Nov 2024 15:49:27 +0100 Subject: [PATCH] black --- src/ebd_toolchain/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ebd_toolchain/main.py b/src/ebd_toolchain/main.py index 158b1a8..7979af4 100644 --- a/src/ebd_toolchain/main.py +++ b/src/ebd_toolchain/main.py @@ -114,6 +114,7 @@ def main(input_path: Path, output_path: Path, export_types: list[Literal["puml", """ _main(input_path, output_path, export_types) + # pylint:disable=too-many-locals, too-many-branches, too-many-statements, def _main(input_path: Path, output_path: Path, export_types: list[Literal["puml", "dot", "json", "svg"]]) -> None: """same as main but without the click decorators"""